mirror of
https://github.com/davatorium/rofi.git
synced 2024-10-27 05:23:18 -04:00
9 lines
167 B
C
9 lines
167 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 );
|
|
#endif
|