mirror of
https://github.com/vale981/spectrwm
synced 2025-03-05 09:51:38 -05:00
Add another xcb_flush() into a key position.
This commit is contained in:
parent
41a11496e3
commit
01ab637a1a
1 changed files with 2 additions and 0 deletions
|
@ -6936,6 +6936,8 @@ enternotify(xcb_enter_notify_event_t *e)
|
|||
}
|
||||
|
||||
focus_magic(win);
|
||||
|
||||
xcb_flush(conn);
|
||||
}
|
||||
|
||||
/* lets us use one switch statement for arbitrary mode/detail combinations */
|
||||
|
|
Loading…
Add table
Reference in a new issue