all repos — openbox @ c64be9066eaae89839bb59c4d4e9539f2a7e8fc1

openbox fork - make it a bit more like ryudo

comment typo
Dana Jansens danakj@orodu.net
commit

c64be9066eaae89839bb59c4d4e9539f2a7e8fc1

parent

bbad88aa21f01a70faf824cbb2825bd7f9d95253

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/event.copenbox/event.c

@@ -701,7 +701,7 @@ #endif

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) {