]> git.sur5r.net Git - i3/i3/blob - include/x.h
85dfc3ce3d1be462368616dcb898de7416b1d7c3
[i3/i3] / include / x.h
1 /*
2  * vim:ts=4:sw=4:expandtab
3  */
4
5 #ifndef _X_H
6 #define _X_H
7
8 void x_con_init(Con *con);
9 void x_con_kill(Con *con);
10 void x_window_kill(xcb_window_t window);
11 void x_draw_decoration(Con *con);
12 void x_push_changes(Con *con);
13 void x_raise_con(Con *con);
14
15 #endif