]> git.sur5r.net Git - i3/i3/blob - i3bar/include/xcb.h
Be more strict with encapsulation
[i3/i3] / i3bar / include / xcb.h
1 #ifndef XCB_H_
2 #define XCB_H_
3
4 int font_height;
5
6 void init_xcb();
7 void clean_xcb();
8 void get_atoms();
9 void destroy_windows();
10 void create_windows();
11 void draw_bars();
12 int get_string_width(char *string);
13
14 #endif