summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/x11-helper.h2
-rw-r--r--include/xrmoptions.h4
2 files changed, 4 insertions, 2 deletions
diff --git a/include/x11-helper.h b/include/x11-helper.h
index d2cb6904..34454405 100644
--- a/include/x11-helper.h
+++ b/include/x11-helper.h
@@ -34,6 +34,8 @@ void window_set_atom_prop ( xcb_connection_t *xcb_connection, xcb_window_t w, xc
// usable space on a monitor
#define EWMH_ATOMS( X ) \
X ( _NET_WM_WINDOW_OPACITY ), \
+ X ( RESOURCE_MANAGER ), \
+ X ( I3_SOCKET_PATH ), \
X ( WM_WINDOW_ROLE)
enum { EWMH_ATOMS ( ATOM_ENUM ), NUM_NETATOMS };
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