mirror of
https://github.com/lbonn/rofi
synced 2024-11-15 08:37:17 +00:00
10 lines
209 B
C
10 lines
209 B
C
#ifndef ROFI_XCB_H
|
|
#define ROFI_XCB_H
|
|
|
|
typedef struct _xcb_stuff xcb_stuff;
|
|
|
|
extern xcb_stuff *xcb;
|
|
|
|
xcb_window_t xcb_stuff_get_root_window ( xcb_stuff *xcb );
|
|
void xcb_stuff_wipe ( xcb_stuff *xcb );
|
|
#endif
|