X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fpopup.c;h=e975294dfd59ba7574ebafaa2ed94c245955374f;hb=b18846db698e5aaec6b27633b7a6361d13f7de69;hp=be85e8e8ee415b7fad2010b2ea846c9b5d8e03a6;hpb=ca1656725301ff81b0b8fad6af71c21ce5edd558;p=chaz%2Fopenbox diff --git a/openbox/popup.c b/openbox/popup.c index be85e8e8..e975294d 100644 --- a/openbox/popup.c +++ b/openbox/popup.c @@ -1,7 +1,7 @@ /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- popup.c for the Openbox window manager - Copyright (c) 2004 Mikael Magnusson + Copyright (c) 2006 Mikael Magnusson Copyright (c) 2003 Ben Jansens This program is free software; you can redistribute it and/or modify @@ -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),