--- fvwm/colormaps.c.orig Fri Apr 28 07:38:32 1995 +++ fvwm/colormaps.c Tue Apr 7 21:02:45 1998 @@ -91,10 +91,13 @@ /* Reinstall the colormap that we think should be installed, * UNLESS and unrecognized window has the focus - it might be * an override-redirect window that has its own colormap. */ - if((ReInstall)&&(Scr.UnknownWinFocused == None)) +/* Commented out, since although this behavior is an X standard, it breaks + * xlockmore and some other nifty programs, and having it this way doesn't + * cause any problems that I'm aware of. */ +/* if((ReInstall)&&(Scr.UnknownWinFocused == None)) { XInstallColormap(dpy,last_cmap); - } + } */ } /************************************************************************