diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-24 05:38:46 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-24 05:38:46 +0000 |
| commit | 44c55524273b7af2251068f87a9717f98de8d0ff (patch) | |
| tree | 2765b4c80b3c48e0ef856bc90428001f60f84082 /openbox | |
| parent | e238e4ac2d404b474100b71af88d0fc239d2386c (diff) | |
kill debug prints
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/event.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/openbox/event.c b/openbox/event.c index 88db5e9e..391493f4 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -223,7 +223,6 @@ void event_process(XEvent *e) !(e->xfocus.detail == NotifyNonlinearVirtual || e->xfocus.detail == NotifyNonlinear)) return; - g_message("FOCUS IN %lx", window); break; case FocusOut: if (e->xfocus.mode == NotifyGrab || @@ -236,13 +235,10 @@ void event_process(XEvent *e) { XEvent fi; if (XCheckTypedEvent(ob_display, FocusIn, &fi)) { - g_message("FOCUS OUT %lx IN %lx", e->xfocus.window, fi.xfocus.window); event_process(&fi); if (fi.xfocus.window == e->xfocus.window) return; - } else { - g_message("FOCUS OUT %lx IN 0x0", e->xfocus.window); } } break; |
