diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-04-22 20:41:26 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-04-22 20:41:26 +0000 |
| commit | 6d666b0aa570cd6bc3a42edd99dda0e331fb414d (patch) | |
| tree | 155ab1d669444fb09d0603fa7a2b378a2c75017b /openbox | |
| parent | f37382b66d89f9ecc7bdbe9be3dd6122d56790a8 (diff) | |
add a debug message
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/event.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/event.c b/openbox/event.c index 401328b2..f9d5c38f 100644 --- 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 || |
