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:
f37382b
)
add a debug message
author
Dana Jansens
<danakj@orodu.net>
Sun, 22 Apr 2007 20:41:26 +0000
(20:41 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sun, 22 Apr 2007 20:41:26 +0000
(20:41 +0000)
openbox/event.c
patch
|
blob
|
history
diff --git
a/openbox/event.c
b/openbox/event.c
index 401328b22895be3925e786b8fd22e9f09b6531a2..f9d5c38fe881aba5e598ca8bbab7d8e69ec777aa 100644
(file)
--- a/
openbox/event.c
+++ b/
openbox/event.c
@@
-473,6
+473,7
@@
static void event_process(const XEvent *ec, gpointer data)
/* nothing is focused */
focus_set_client(NULL);
} else if (ce.xany.window == e->xany.window) {
+ ob_debug_type(OB_DEBUG_FOCUS, "Focus didn't go anywhere\n");
/* If focus didn't actually move anywhere, there is nothing to do*/
nomove = TRUE;
} else if (ce.xfocus.detail == NotifyPointerRoot ||