]> code.delx.au - spectrwm/commitdiff
Fix new windows not always being handled in a prompt fashion.
authorReginald Kennedy <rk@rejii.com>
Wed, 22 Aug 2012 16:02:48 +0000 (00:02 +0800)
committerReginald Kennedy <rk@rejii.com>
Wed, 22 Aug 2012 16:02:48 +0000 (00:02 +0800)
spectrwm.c

index 786deae95a627aeaedc3821e0ee0de63304b5e51..e45a28d209701489b111407ad98e5fa305a88e08 100644 (file)
@@ -7293,8 +7293,10 @@ configurerequest(xcb_configure_request_event_t *e)
                        wc[i++] = e->stack_mode;
                }
 
-               if (mask != 0)
+               if (mask != 0) {
                        xcb_configure_window(conn, e->window, mask, wc);
+                       xcb_flush(conn);
+               }
        } else if ((!win->manual || win->quirks & SWM_Q_ANYWHERE) &&
            !(win->ewmh_flags & EWMH_F_FULLSCREEN)) {
                if (win->ws->r)