From 2922f6ef95ec79fc5f42385d1e80a686e414435e Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Fri, 23 Jun 2006 22:58:04 +0000 Subject: [PATCH] dont make popup windows saveunder after all, they move around --- openbox/popup.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openbox/popup.c b/openbox/popup.c index be85e8e8..c8b9f0c3 100644 --- a/openbox/popup.c +++ b/openbox/popup.c @@ -40,11 +40,10 @@ ObPopup *popup_new(gboolean hasicon) self->a_text = RrAppearanceCopy(ob_rr_theme->app_hilite_label); attrib.override_redirect = True; - attrib.save_under = True; self->bg = XCreateWindow(ob_display, RootWindow(ob_display, ob_screen), 0, 0, 1, 1, 0, RrDepth(ob_rr_inst), InputOutput, RrVisual(ob_rr_inst), - CWOverrideRedirect | CWSaveUnder, &attrib); + CWOverrideRedirect, &attrib); self->text = XCreateWindow(ob_display, self->bg, 0, 0, 1, 1, 0, RrDepth(ob_rr_inst), -- 2.45.2