summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
Diffstat (limited to 'openbox')
-rw-r--r--openbox/focus.c2
1 files changed, 1 insertions, 1 deletions
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);