mirror of
https://github.com/vale981/spectrwm
synced 2025-03-04 17:31:40 -05:00
Fix search_resp by adding xcb_flush.
This commit is contained in:
parent
858666e4e7
commit
b61c3d6ec7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue