diff options
author | pacien | 2018-01-09 16:14:18 +0100 |
---|---|---|
committer | pacien | 2018-01-09 16:14:18 +0100 |
commit | 38195a70192301e7df5b69bf2266a04a0b90a532 (patch) | |
tree | 2ad004884b1d5348e7b0812e514293eda3cd7d66 /src/gui/button.c | |
parent | 76cb6ee14cb72eba8df8112604d9c2e8598d2448 (diff) | |
download | morpher-38195a70192301e7df5b69bf2266a04a0b90a532.tar.gz |
Signed-off-by: pacien <pacien.trangirard@pacien.net>
Diffstat (limited to 'src/gui/button.c')
-rw-r--r-- | src/gui/button.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gui/button.c b/src/gui/button.c index 4bf3952..79abef2 100644 --- a/src/gui/button.c +++ b/src/gui/button.c | |||
@@ -6,6 +6,13 @@ | |||
6 | #include <MLV/MLV_all.h> | 6 | #include <MLV/MLV_all.h> |
7 | #include "common/mem.h" | 7 | #include "common/mem.h" |
8 | 8 | ||
9 | /** | ||
10 | * File: button.c | ||
11 | * | ||
12 | * Author: | ||
13 | * Adam NAILI | ||
14 | */ | ||
15 | |||
9 | static bool button_is_selected(int x, int y, Button *button) { | 16 | static bool button_is_selected(int x, int y, Button *button) { |
10 | assert(button != NULL); | 17 | assert(button != NULL); |
11 | int x1 = button->component.x_pos; | 18 | int x1 = button->component.x_pos; |