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:
3b14b58
)
kill debug print
author
Dana Jansens
<danakj@orodu.net>
Mon, 24 Mar 2003 05:38:28 +0000
(
05:38
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Mon, 24 Mar 2003 05:38:28 +0000
(
05:38
+0000)
openbox/client.c
patch
|
blob
|
history
diff --git
a/openbox/client.c
b/openbox/client.c
index 7d20abb923596eaafccee0da98b7a5726525ad26..21c9ac7ab8df5b9b6421a974407ae6ab0d5f9a65 100644
(file)
--- a/
openbox/client.c
+++ b/
openbox/client.c
@@
-1905,8
+1905,6
@@
gboolean client_focus(Client *self)
}
}
- g_message("** focusing %lx", self->window);
-
if (self->can_focus)
XSetInputFocus(ob_display, self->window, RevertToNone,
CurrentTime);