From f8f3159f9b98b024043bd8de2c5e15dd2adf03ca Mon Sep 17 00:00:00 2001 From: nirav Date: Sat, 20 Oct 2018 18:47:23 +0530 Subject: Switched to gtk_init and gtk_main from gtk_application --- src/input.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/input.c') 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 + #include "file.h" #include "image.h" +#include "input.h" #include "window.h" -#include #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) { -- cgit v1.2.3