]> git.sur5r.net Git - i3/i3/blobdiff - src/main.c
implement configure requests, adapt testcase
[i3/i3] / src / main.c
index a0eb91922ca820bef9137c338d9e3ceaae1ff210..417c2b27d881713e9005150bffc500aef987ebe5 100644 (file)
@@ -218,6 +218,9 @@ int main(int argc, char *argv[]) {
        for us is _NET_WM_STATE, we honour _NET_WM_STATE_FULLSCREEN */
     xcb_event_set_client_message_handler(&evenths, handle_client_message, NULL);
 
+    /* Configure request = window tried to change size on its own */
+    xcb_event_set_configure_request_handler(&evenths, handle_configure_request, NULL);
+
     /* Setup NetWM atoms */
     #define GET_ATOM(name) \
         do { \