mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 21:08:08 +01:00
removed FocusFollowMouse
This commit is contained in:
@@ -185,7 +185,7 @@ wSetFocusTo(WScreen *scr, WWindow *wwin)
|
||||
|
||||
if (wwin->flags.mapped && !WFLAGP(wwin, no_focusable)) {
|
||||
/* install colormap if colormap mode is lock mode */
|
||||
if (wPreferences.colormap_mode==WKF_CLICK)
|
||||
if (wPreferences.colormap_mode==WCM_CLICK)
|
||||
wColormapInstallForWindow(scr, wwin);
|
||||
|
||||
/* set input focus */
|
||||
|
||||
Reference in New Issue
Block a user