aboutsummaryrefslogtreecommitdiff
path: root/src/window.h
diff options
context:
space:
mode:
authornirav <nirav@teisuu.com>2018-10-20 18:47:23 +0530
committerDandelion <nirav@teisuu.com>2018-10-20 18:47:23 +0530
commitf8f3159f9b98b024043bd8de2c5e15dd2adf03ca (patch)
tree0ccaa16120845ef816199dc02f2866c4be1fbba3 /src/window.h
parenta7488f38fef1960086af860063f1958fb75d58f3 (diff)
downloadim-f8f3159f9b98b024043bd8de2c5e15dd2adf03ca.tar.gz
im-f8f3159f9b98b024043bd8de2c5e15dd2adf03ca.zip
Switched to gtk_init and gtk_main from gtk_application
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);