mirror of
https://github.com/vale981/spectrwm
synced 2025-03-04 17:31:40 -05:00
Fix possible delay on uniconify/search_win/search_workspace.
This commit is contained in:
parent
de026ee5da
commit
37f7ee73cc
1 changed files with 3 additions and 3 deletions
|
@ -11613,6 +11613,9 @@ noconfig:
|
|||
}
|
||||
}
|
||||
|
||||
if (search_resp)
|
||||
search_do_resp();
|
||||
|
||||
num_readable = poll(pfd, bar_extra ? 2 : 1, 1000);
|
||||
if (num_readable == -1) {
|
||||
DNPRINTF(SWM_D_MISC, "poll failed: %s",
|
||||
|
@ -11625,9 +11628,6 @@ noconfig:
|
|||
if (restart_wm)
|
||||
restart(NULL, NULL, NULL);
|
||||
|
||||
if (search_resp)
|
||||
search_do_resp();
|
||||
|
||||
if (!running)
|
||||
goto done;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue