summaryrefslogtreecommitdiff
path: root/src/gui/button.c
diff options
context:
space:
mode:
authorpacien2018-01-09 16:14:18 +0100
committerpacien2018-01-09 16:14:18 +0100
commit38195a70192301e7df5b69bf2266a04a0b90a532 (patch)
tree2ad004884b1d5348e7b0812e514293eda3cd7d66 /src/gui/button.c
parent76cb6ee14cb72eba8df8112604d9c2e8598d2448 (diff)
downloadmorpher-38195a70192301e7df5b69bf2266a04a0b90a532.tar.gz
Update report, add authorship to C filesHEADmaster
Signed-off-by: pacien <pacien.trangirard@pacien.net>
Diffstat (limited to 'src/gui/button.c')
-rw-r--r--src/gui/button.c7
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
9static bool button_is_selected(int x, int y, Button *button) { 16static 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;