gri3-wm/i3bar/include/xcb.h

15 lines
211 B
C
Raw Normal View History

2010-07-22 01:15:18 +02:00
#ifndef XCB_H_
#define XCB_H_
int font_height;
2010-07-22 01:15:18 +02:00
void init_xcb();
void clean_xcb();
void get_atoms();
void destroy_windows();
2010-07-22 01:15:18 +02:00
void create_windows();
2010-08-04 03:34:18 +02:00
void draw_bars();
int get_string_width(char *string);
2010-07-22 01:15:18 +02:00
#endif