mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-21 05:18:06 +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
|
- Icon arrangement that takes the new extended xinerama 'strut' into account
|
||||||
(Peter Zijlstra <a.p.zijlstra@chello.nl>)
|
(Peter Zijlstra <a.p.zijlstra@chello.nl>)
|
||||||
- Fixed the 'KDE omnipresent' bug.
|
- Fixed the 'KDE omnipresent' bug.
|
||||||
|
- Fixed bug with focusing a deminiaturized window with sloppy focus mode
|
||||||
|
|
||||||
|
|
||||||
Changes since version 0.80.1:
|
Changes since version 0.80.1:
|
||||||
|
|||||||
@@ -1125,8 +1125,7 @@ wDeiconifyWindow(WWindow *wwin)
|
|||||||
}
|
}
|
||||||
XUngrabServer(dpy);
|
XUngrabServer(dpy);
|
||||||
|
|
||||||
if (wPreferences.focus_mode==WKF_CLICK)
|
wSetFocusTo(wwin->screen_ptr, wwin);
|
||||||
wSetFocusTo(wwin->screen_ptr, wwin);
|
|
||||||
|
|
||||||
#ifdef ANIMATIONS
|
#ifdef ANIMATIONS
|
||||||
if (!wwin->screen_ptr->flags.startup) {
|
if (!wwin->screen_ptr->flags.startup) {
|
||||||
|
|||||||
Reference in New Issue
Block a user