2010-07-22 01:15:18 +02:00
|
|
|
#ifndef XCB_H_
|
|
|
|
#define XCB_H_
|
|
|
|
|
2010-08-05 05:09:59 +02:00
|
|
|
int font_height;
|
2010-07-22 01:15:18 +02:00
|
|
|
|
|
|
|
void init_xcb();
|
|
|
|
void clean_xcb();
|
|
|
|
void get_atoms();
|
2010-07-23 05:04:13 +02:00
|
|
|
void destroy_windows();
|
2010-08-06 03:32:05 +02:00
|
|
|
void reconfig_windows();
|
2010-08-04 03:34:18 +02:00
|
|
|
void draw_bars();
|
2010-08-06 03:32:05 +02:00
|
|
|
int get_string_width(xcb_char2b_t *string, int glyph_len);
|
2010-07-22 01:15:18 +02:00
|
|
|
|
|
|
|
#endif
|