From b61c3d6ec7392d5d7fda673a59e8775a217e331a Mon Sep 17 00:00:00 2001 From: Reginald Kennedy Date: Fri, 17 Aug 2012 07:05:17 +0800 Subject: [PATCH] Fix search_resp by adding xcb_flush. --- spectrwm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2