summaryrefslogtreecommitdiff
path: root/src/gui/button.c
diff options
context:
space:
mode:
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;