summaryrefslogtreecommitdiff
path: root/openbox/focus.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2009-12-09 13:23:03 -0500
committerDana Jansens <danakj@orodu.net>2009-12-09 13:24:08 -0500
commitd7d54e9b892ce8ce23994720d34aa29fd47b8fd8 (patch)
tree37d95526621f63d7fc4237c2594abb7ffec4ffed /openbox/focus.c
parent5b20b3fc7fbfc76ce36f33e98c8a0467fa204ec5 (diff)
The colormap is being set twice when moving focus to the root window
Diffstat (limited to 'openbox/focus.c')
-rw-r--r--openbox/focus.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/openbox/focus.c b/openbox/focus.c
index 7eea6c39..a0e9c666 100644
--- a/openbox/focus.c
+++ b/openbox/focus.c
@@ -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);