1
0
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:
dan
2003-06-14 21:13:34 +00:00
parent c131f14d3e
commit 396b011610
2 changed files with 2 additions and 2 deletions

View File

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

View File

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