summaryrefslogtreecommitdiffstats
path: root/include/xcb.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-03-01 18:17:39 +0100
committerDave Davenport <qball@gmpclient.org>2016-03-01 18:17:39 +0100
commit167e9d30ceb50242b0781fb5400ebb4aaf50c81d (patch)
tree0c87685b9319c24003956abee3574ec47ce304a4 /include/xcb.h
parent7d046a1f5bcc3a55f250aed0cbfaf8a54a8d6875 (diff)
Add missing files.
Diffstat (limited to 'include/xcb.h')
-rw-r--r--include/xcb.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/xcb.h b/include/xcb.h
new file mode 100644
index 00000000..d8d39f9f
--- /dev/null
+++ b/include/xcb.h
@@ -0,0 +1,9 @@
+#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