mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-29 01:42:32 +01:00
fixed flickering when switching windows
This commit is contained in:
@@ -227,11 +227,11 @@ StartWindozeCycle(WWindow *wwin, XEvent *event, Bool next)
|
||||
}
|
||||
|
||||
if (newFocused) {
|
||||
wRaiseFrame(newFocused->frame->core);
|
||||
CommitStacking(scr);
|
||||
if (!newFocused->flags.mapped)
|
||||
wMakeWindowVisible(newFocused);
|
||||
wSetFocusTo(scr, newFocused);
|
||||
wRaiseFrame(newFocused->frame->core);
|
||||
}
|
||||
|
||||
if (swpanel)
|
||||
|
||||
Reference in New Issue
Block a user