summaryrefslogtreecommitdiffstats
path: root/include/xrmoptions.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-03-01 18:11:55 +0100
committerDave Davenport <qball@gmpclient.org>2016-03-01 18:11:55 +0100
commit7d046a1f5bcc3a55f250aed0cbfaf8a54a8d6875 (patch)
treede42f664183bf2bb6c474c13bb4404ad6a181a09 /include/xrmoptions.h
parentfb2c23a429d0206043069ca1f571b49d7cbc275f (diff)
Pack magic externs into a xcb_stuff.
Diffstat (limited to 'include/xrmoptions.h')
-rw-r--r--include/xrmoptions.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/xrmoptions.h b/include/xrmoptions.h
index ea8ea758..e8967158 100644
--- a/include/xrmoptions.h
+++ b/include/xrmoptions.h
@@ -1,5 +1,6 @@
#ifndef ROFI_XRMOPTIONS_H
#define ROFI_XRMOPTIONS_H
+#include "xcb.h"
// Big thanks to Sean Pringle for this code.
/**
@@ -52,7 +53,7 @@ typedef enum
*
* @ingroup CONFXServer
*/
-void config_parse_xresource_options ( xcb_connection_t *xcb_connection, xcb_screen_t *xcb_screen );
+void config_parse_xresource_options ( xcb_stuff *xcb );
/**
* @ingroup CONFFile
@@ -79,7 +80,7 @@ void config_parse_cmd_options_dynamic ( void );
*
* @ingroup CONFXServer
*/
-void config_parse_xresource_options_dynamic ( xcb_connection_t *xcb_connection, xcb_screen_t *xcb_screen );
+void config_parse_xresource_options_dynamic ( xcb_stuff *xcb );
/**
* @ingroup CONFFile