diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-02-02 11:01:14 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-02-02 11:01:14 -0500 |
| commit | c64be9066eaae89839bb59c4d4e9539f2a7e8fc1 (patch) | |
| tree | c9bd0a2c88543f7f91dabb67808f0afd97086bc1 /openbox/event.c | |
| parent | bbad88aa21f01a70faf824cbb2825bd7f9d95253 (diff) | |
comment typo
Diffstat (limited to 'openbox/event.c')
| -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 9362c80d..caf6f5af 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -701,7 +701,7 @@ static void event_process(const XEvent *ec, gpointer data) if (e->type == ButtonPress || e->type == ButtonRelease) { /* If the button press was on some non-root window, or was physically - on the root window, the process it */ + on the root window, then process it */ if (window != RootWindow(ob_display, ob_screen) || e->xbutton.subwindow == None) { |
