1
0
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:
kojima
2004-10-21 00:59:52 +00:00
parent 3a7749b0fc
commit 6de693a24d
2 changed files with 9 additions and 23 deletions

View File

@@ -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)