#ifndef __WINDOW_H #define __WINDOW_H #include void create_main_window(GApplication *app); void get_curr_win_size(gint *width, gint *height); void scroll_window(gdouble x, gdouble y); void quit(); #endif