summaryrefslogtreecommitdiff
path: root/openbox/frame.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/frame.c')
-rw-r--r--openbox/frame.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/openbox/frame.c b/openbox/frame.c
index 5d7ec6c1..c83f36df 100644
--- a/openbox/frame.c
+++ b/openbox/frame.c
@@ -66,9 +66,8 @@ ObFrame *frame_new()
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);