X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fevent.c;h=caf6f5afcc97954c3ad6ce6a2ff783a0b5439822;hb=deb0aa720a4feda3b52c17e16ed7324c61dc331a;hp=9362c80ded53661316fabcb95e82a8933a56788d;hpb=b1d4bbdb54bd4525692745bf5267765adcf8cc3e;p=chaz%2Fopenbox 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) {