all repos — openbox @ 3993847dd4142efc1c111c9d603465d9261c1999

openbox fork - make it a bit more like ryudo

set the eventmask on frame windows again..
Dana Jansens danakj@orodu.net
commit

3993847dd4142efc1c111c9d603465d9261c1999

parent

268c87ed9ebd9ce7c2ca0fe88eba79942786693d

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

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

@@ -108,6 +108,7 @@ self->plate = createWindow(self->inner, visual, mask, &attrib);

/* create the visible decor windows */ + mask = CWEventMask; if (visual) { /* client has a 32-bit visual */ mask |= CWColormap | CWBackPixel | CWBorderPixel;