aboutsummaryrefslogtreecommitdiff
path: root/src/input.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/input.c')
-rw-r--r--src/input.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/input.c b/src/input.c
index 40a717a..0b2a6dc 100644
--- a/src/input.c
+++ b/src/input.c
@@ -1,14 +1,15 @@
-#include "input.h"
+#include <gtk-3.0/gtk/gtk.h>
+
#include "file.h"
#include "image.h"
+#include "input.h"
#include "window.h"
-#include <gtk-3.0/gtk/gtk.h>
#define TIMEOUT 20
#define SCROLLAMMOUNT 30
-int grabbed = 0;
-gdouble start_x, start_y;
+static int grabbed = 0;
+static gdouble start_x, start_y;
void handle_key_press(GdkEvent *event)
{