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:
@@ -98,6 +98,7 @@ Changes since version 0.80.2:
|
||||
- Icon arrangement that takes the new extended xinerama 'strut' into account
|
||||
(Peter Zijlstra <a.p.zijlstra@chello.nl>)
|
||||
- Fixed the 'KDE omnipresent' bug.
|
||||
- Fixed bug with focusing a deminiaturized window with sloppy focus mode
|
||||
|
||||
|
||||
Changes since version 0.80.1:
|
||||
|
||||
@@ -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