summaryrefslogtreecommitdiffstats
path: root/include/xcb-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/xcb-internal.h')
-rw-r--r--include/xcb-internal.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/include/xcb-internal.h b/include/xcb-internal.h
deleted file mode 100644
index cf09da08..00000000
--- a/include/xcb-internal.h
+++ /dev/null
@@ -1,24 +0,0 @@
-#ifndef ROFI_XCB_INTERNAL_H
-#define ROFI_XCB_INTERNAL_H
-/** Indication we accept that startup notification api is not yet frozen */
-#define SN_API_NOT_YET_FROZEN
-#include <libsn/sn.h>
-
-#include <xcb/xcb.h>
-#include <xcb/xcb_ewmh.h>
-
-/**
- * Structure to keep xcb stuff around.
- */
-struct _xcb_stuff
-{
- xcb_connection_t *connection;
- xcb_ewmh_connection_t ewmh;
- xcb_screen_t *screen;
- int screen_nbr;
- SnDisplay *sndisplay;
- SnLauncheeContext *sncontext;
- struct _workarea *monitors;
-};
-
-#endif