projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20a5dd4
)
kill a comment
author
Dana Jansens
<danakj@orodu.net>
Tue, 18 Mar 2003 09:10:35 +0000
(09:10 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Tue, 18 Mar 2003 09:10:35 +0000
(09:10 +0000)
openbox/focus.c
patch
|
blob
|
history
diff --git
a/openbox/focus.c
b/openbox/focus.c
index df29b7b89cc720a39f7b4bfc6ae98cbfbe97f470..78f9da90e2269ec5b9f4d5435a509209278c8857 100644
(file)
--- a/
openbox/focus.c
+++ b/
openbox/focus.c
@@
-34,10
+34,6
@@
void focus_set_client(Client *client)
Window active;
Client *old;
- /* sometimes this is called with the already-focused window, this is
- important for the python scripts to work (eg, c = 0 twice). don't just
- return if _focused_client == c */
-
/* uninstall the old colormap, and install the new one */
screen_install_colormap(focus_client, FALSE);
screen_install_colormap(client, TRUE);