summaryrefslogtreecommitdiffstats
path: root/include/xcb.h
blob: 47e235abafd7db4ddfc1651b0cdc6a44427ab111 (plain)
1
2
3
4
5
6
7
8
9
10
#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