mirror of
https://github.com/vale981/spectrwm
synced 2025-03-05 09:51:38 -05:00
Drain EnterNotify in stack() when appropriate.
This commit is contained in:
parent
52d1ceda13
commit
9a58fa26ba
1 changed files with 3 additions and 0 deletions
|
@ -3059,6 +3059,9 @@ stack(void) {
|
|||
if (font_adjusted)
|
||||
font_adjusted--;
|
||||
|
||||
if (focus_mode == SWM_FOCUS_DEFAULT)
|
||||
event_drain(XCB_ENTER_NOTIFY);
|
||||
|
||||
DNPRINTF(SWM_D_STACK, "stack: end\n");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue