summaryrefslogtreecommitdiff
path: root/include/xcwm/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/xcwm/context.h')
-rw-r--r--include/xcwm/context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xcwm/context.h b/include/xcwm/context.h
index 2385875..3d28131 100644
--- a/include/xcwm/context.h
+++ b/include/xcwm/context.h
@@ -47,6 +47,7 @@ typedef struct xcwm_wm_atoms_t xcwm_wm_atoms_t;
/* Structure to hold connection data */
struct xcwm_context_t {
xcb_connection_t *conn;
+ int conn_screen;
xcwm_window_t *root_window;
int damage_event_mask;
xcwm_wm_atoms_t *atoms;