summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2018-01-09 16:05:31 +0100
committerpacien2018-01-09 16:05:31 +0100
commit76cb6ee14cb72eba8df8112604d9c2e8598d2448 (patch)
treefc605be9ac74550774b2a34dc6c5ee0caf846b7e
parentbb1b42028440302a1b95ecb9c964963edc2572d5 (diff)
parent1910aa39a7743c758a94f6cbfce390be56efd100 (diff)
downloadmorpher-76cb6ee14cb72eba8df8112604d9c2e8598d2448.tar.gz
Merge branch 'master' of https://git-etud.u-pem.fr/upem-c-morphing
-rw-r--r--src/gui/button.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/button.c b/src/gui/button.c
index 62206e1..4bf3952 100644
--- a/src/gui/button.c
+++ b/src/gui/button.c
@@ -1,9 +1,9 @@
1#include "gui/button.h"
1#include <stdlib.h> 2#include <stdlib.h>
2#include <assert.h> 3#include <assert.h>
3#include <string.h> 4#include <string.h>
4#include <stdbool.h> 5#include <stdbool.h>
5#include <MLV/MLV_all.h> 6#include <MLV/MLV_all.h>
6#include "gui/button.h"
7#include "common/mem.h" 7#include "common/mem.h"
8 8
9static bool button_is_selected(int x, int y, Button *button) { 9static bool button_is_selected(int x, int y, Button *button) {