diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-14 01:07:26 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-14 01:07:26 +0000 |
| commit | 7af7ee05aa7b23abd478cd848c7767c09474ebeb (patch) | |
| tree | 965d65cf70dab0e3c1caba881c28a6a49a828ce7 /openbox | |
| parent | 9d7608789c81d950e0f8528e24e684daa2d81790 (diff) | |
fix 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 99fa1bf9..0e731b08 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -313,7 +313,7 @@ static gboolean wanted_focusevent(XEvent *e, gboolean in_client_only) /* It was on a client, was it a valid one? It's possible to get a FocusIn event for a client that was managed - but has disappeared. Don't even parse those FocusIn events. + but has disappeared. */ if (in_client_only) { ObWindow *w = g_hash_table_lookup(window_map, &e->xfocus.window); |
