From: Reginald Kennedy Date: Wed, 22 Aug 2012 16:02:48 +0000 (+0800) Subject: Fix new windows not always being handled in a prompt fashion. X-Git-Tag: SPECTRWM_2_0_0~4 X-Git-Url: https://code.delx.au/spectrwm/commitdiff_plain/79c64ab736bd023b1d2321ec3c0420e3606364b3 Fix new windows not always being handled in a prompt fashion. --- diff --git a/spectrwm.c b/spectrwm.c index 786deae..e45a28d 100644 --- a/spectrwm.c +++ b/spectrwm.c @@ -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)