From: Reginald Kennedy Date: Thu, 16 Aug 2012 23:05:17 +0000 (+0800) Subject: Fix search_resp by adding xcb_flush. X-Git-Tag: SPECTRWM_2_0_0~22 X-Git-Url: https://code.delx.au/spectrwm/commitdiff_plain/b61c3d6ec7392d5d7fda673a59e8775a217e331a?ds=sidebyside Fix search_resp by adding xcb_flush. --- diff --git a/spectrwm.c b/spectrwm.c index 229e401..c590438 100644 --- a/spectrwm.c +++ b/spectrwm.c @@ -4052,8 +4052,6 @@ uniconify(struct swm_region *r, union arg *args) } fclose(lfile); - - xcb_flush(conn); } void @@ -4404,6 +4402,8 @@ done: search_resp_action = SWM_SEARCH_NONE; close(select_resp_pipe[0]); free(resp); + + xcb_flush(conn); } void