diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-27 23:12:42 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-27 23:12:42 +0000 |
| commit | 3139c3c7132e326e82183feb6fcea8dd38e6b41e (patch) | |
| tree | 7c8873bcc3c12db42e10e391981d65f64ca2129c /openbox | |
| parent | bf32b376b595eab16a300f63937cad1042361eec (diff) | |
missed the end of a comment
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/event.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/event.c b/openbox/event.c index f140bfcf..d1611f9e 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -226,7 +226,7 @@ void event_process(XEvent *e) if (e->xfocus.detail == NotifyInferior || e->xfocus.detail == NotifyAncestor || e->xfocus.detail > NotifyNonlinearVirtual) return; - g_message("FocusIn on %lx", window);*/ + g_message("FocusIn on %lx", window); break; case FocusOut: g_message("FocusOut on %lx mode %d detail %d", window, |
