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.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) {