aboutsummaryrefslogtreecommitdiff
path: root/src/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.h b/src/window.h
index 3b344b0..c4a6339 100644
--- a/src/window.h
+++ b/src/window.h
@@ -3,7 +3,7 @@
#include <gtk-3.0/gtk/gtk.h>
-void create_main_window(GApplication *app);
+void create_main_window();
void get_curr_win_size(gint *width, gint *height);
void scroll_window(gdouble x, gdouble y);
void set_window_title(const char *title, int width, int height);