mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 21:08:08 +01:00
Fixed bug with focusing a deminiaturized window with sloppy focus mode
This commit is contained in:
@@ -1125,8 +1125,7 @@ wDeiconifyWindow(WWindow *wwin)
|
||||
}
|
||||
XUngrabServer(dpy);
|
||||
|
||||
if (wPreferences.focus_mode==WKF_CLICK)
|
||||
wSetFocusTo(wwin->screen_ptr, wwin);
|
||||
wSetFocusTo(wwin->screen_ptr, wwin);
|
||||
|
||||
#ifdef ANIMATIONS
|
||||
if (!wwin->screen_ptr->flags.startup) {
|
||||
|
||||
Reference in New Issue
Block a user