dont make our frame windows override-redirect, so that configure requests are generated if apps try to configure our frame (eg. import -frame)
Dana Jansens danakj@orodu.net
1 files changed,
1 insertions(+),
2 deletions(-)
jump to
M
openbox/frame.c
→
openbox/frame.c
@@ -66,9 +66,8 @@
self->obscured = TRUE; /* create all of the decor windows */ - mask = CWOverrideRedirect | CWEventMask; + mask = CWEventMask; attrib.event_mask = FRAME_EVENTMASK; - attrib.override_redirect = TRUE; self->window = createWindow(RootWindow(ob_display, ob_screen), mask, &attrib);