all repos — openbox @ 806655e78ad73281100448623ebb9280b7f60bbc

openbox fork - make it a bit more like ryudo

you cant grab substructureredirect on the plate. why was this even here?
Dana Jansens danakj@orodu.net
commit

806655e78ad73281100448623ebb9280b7f60bbc

parent

546ced8109f93e19cde590befb485528bb701f66

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

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

@@ -29,8 +29,7 @@ #include "focus.h"

#include "moveresize.h" #include "render/theme.h" -#define PLATE_EVENTMASK (SubstructureRedirectMask | ButtonPressMask | \ - FocusChangeMask) +#define PLATE_EVENTMASK (ButtonPressMask | FocusChangeMask) #define FRAME_EVENTMASK (EnterWindowMask | LeaveWindowMask | \ ButtonPressMask | ButtonReleaseMask | \ VisibilityChangeMask)