]> git.sur5r.net Git - i3/i3/blobdiff - include/handlers.h
implement configure requests, adapt testcase
[i3/i3] / include / handlers.h
index b4a9486a22eb609e77d05e521c303e4eed3f8b8f..185320deeb81e5e11c856a79f51c10c5ace3d885 100644 (file)
@@ -79,6 +79,7 @@ int handle_configure_event(void *prophs, xcb_connection_t *conn, xcb_configure_n
  */
 int handle_screen_change(void *prophs, xcb_connection_t *conn,
                          xcb_generic_event_t *e);
+#endif
 
 /**
  * Configure requests are received when the application wants to resize
@@ -90,7 +91,7 @@ int handle_screen_change(void *prophs, xcb_connection_t *conn,
  */
 int handle_configure_request(void *prophs, xcb_connection_t *conn,
                              xcb_configure_request_event_t *event);
-#endif
+
 /**
  * Our window decorations were unmapped. That means, the window will be killed
  * now, so we better clean up before.