1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-11 13:50:48 -05:00
rofi/include/xcb.h

11 lines
209 B
C
Raw Normal View History

2016-03-01 12:17:39 -05:00
#ifndef ROFI_XCB_H
#define ROFI_XCB_H
typedef struct _xcb_stuff xcb_stuff;
2016-03-01 12:17:39 -05:00
extern xcb_stuff *xcb;
xcb_window_t xcb_stuff_get_root_window ( xcb_stuff *xcb );
2016-03-01 12:33:26 -05:00
void xcb_stuff_wipe ( xcb_stuff *xcb );
2016-03-01 12:17:39 -05:00
#endif