all repos — openbox @ 2922f6ef95ec79fc5f42385d1e80a686e414435e

openbox fork - make it a bit more like ryudo

dont make popup windows saveunder after all, they move around
Mikael Magnusson mikachu@comhem.se
commit

2922f6ef95ec79fc5f42385d1e80a686e414435e

parent

666a466b7e2ea3be315b7adb435fc15350804e69

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

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

@@ -40,11 +40,10 @@ self->a_bg = RrAppearanceCopy(ob_rr_theme->app_hilite_bg);

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),