diff --git a/openbox/focus.c b/openbox/focus.c index 78f9da90..cfc3485e 100644 --- a/openbox/focus.c +++ b/openbox/focus.c @@ -33,7 +33,7 @@ void focus_set_client(Client *client) { Window active; Client *old; - + /* uninstall the old colormap, and install the new one */ screen_install_colormap(focus_client, FALSE); screen_install_colormap(client, TRUE);