1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 20:38:08 +01:00

removed FocusFollowMouse

This commit is contained in:
kojima
2001-05-14 14:58:55 +00:00
parent ab61c599f9
commit 205b3f35b9
5 changed files with 11 additions and 15 deletions

View File

@@ -1587,8 +1587,7 @@ wUnmanageWindow(WWindow *wwin, Bool restore, Bool destroyed)
newFocusedWindow = tmp;
} else if (wPreferences.focus_mode==WKF_SLOPPY
|| wPreferences.focus_mode==WKF_POINTER) {
} else if (wPreferences.focus_mode==WKF_SLOPPY) {
unsigned int mask;
int foo;
Window bar, win;