set the root event mask to listen for substructure events
[dana/dcompmgr.git] / screen.h
index bdf54be..5aed2af 100644 (file)
--- a/screen.h
+++ b/screen.h
@@ -16,4 +16,6 @@ typedef struct {
 */
 gboolean screen_register(xcb_connection_t *conn, d_screen_t *sc);
 
+void screen_listen(xcb_connection_t *conn, d_screen_t *sc);
+
 #endif