summaryrefslogtreecommitdiffstats
path: root/include/xrmoptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/xrmoptions.h')
-rw-r--r--include/xrmoptions.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xrmoptions.h b/include/xrmoptions.h
index 88b57183..ea8ea758 100644
--- a/include/xrmoptions.h
+++ b/include/xrmoptions.h
@@ -52,7 +52,7 @@ typedef enum
*
* @ingroup CONFXServer
*/
-void config_parse_xresource_options ( Display *display );
+void config_parse_xresource_options ( xcb_connection_t *xcb_connection, xcb_screen_t *xcb_screen );
/**
* @ingroup CONFFile
@@ -79,7 +79,7 @@ void config_parse_cmd_options_dynamic ( void );
*
* @ingroup CONFXServer
*/
-void config_parse_xresource_options_dynamic ( Display *display );
+void config_parse_xresource_options_dynamic ( xcb_connection_t *xcb_connection, xcb_screen_t *xcb_screen );
/**
* @ingroup CONFFile