aboutsummaryrefslogtreecommitdiff
path: root/window.h
blob: 5d5f27208def2c18a6c778bf00222b184522e812 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __WINDOW_H
#define __WINDOW_H

#include <gtk-3.0/gtk/gtk.h>

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