]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus.c
The colormap is being set twice when moving focus to the root window
[chaz/openbox] / openbox / focus.c
index 7eea6c39c73e79fcde234203f0ea2c72405b0cc5..a0e9c6662f205e402be3853a49f51520deec4d9a 100644 (file)
@@ -184,12 +184,6 @@ ObClient* focus_fallback(gboolean allow_refocus, gboolean allow_pointer,
 
 void focus_nothing(void)
 {
-    /* Install our own colormap */
-    if (focus_client != NULL) {
-        screen_install_colormap(focus_client, FALSE);
-        screen_install_colormap(NULL, TRUE);
-    }
-
     /* nothing is focused, update the colormap and _the root property_ */
     focus_set_client(NULL);
 
This page took 0.025222 seconds and 4 git commands to generate.