1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-20 21:08: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

@@ -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 */