From de383f35f792e05259da42263fb8b1dba7d2a3f5 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 2 Mar 2007 22:06:13 +0000 Subject: no more using SaveUnder for our openbox-specific windows. it makes things actually slow down, believe it or not! --- openbox/menuframe.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'openbox/menuframe.c') diff --git a/openbox/menuframe.c b/openbox/menuframe.c index fa0af530..a3aee8be 100644 --- a/openbox/menuframe.c +++ b/openbox/menuframe.c @@ -67,9 +67,8 @@ ObMenuFrame* menu_frame_new(ObMenu *menu, ObClient *client) self->client = client; attr.event_mask = FRAME_EVENTMASK; - attr.save_under = True; self->window = createWindow(RootWindow(ob_display, ob_screen), - CWEventMask | CWSaveUnder, &attr); + CWEventMask, &attr); attr.event_mask = TITLE_EVENTMASK; self->title = createWindow(self->window, CWEventMask, &attr); self->items = createWindow(self->window, 0, NULL); -- cgit v1.2.3