lower the screen support win at startup. this way we don't map everything over top of the kde splash screen. and other windows wont get burried under the desktop window this way too, like amarok's osd.

This commit is contained in:
Dana Jansens 2007-05-06 11:16:56 +00:00
parent 3c4d73c484
commit a25c5b855c

View file

@ -170,6 +170,7 @@ gboolean screen_annex()
CopyFromParent, CopyFromParent,
CWOverrideRedirect, &attrib); CWOverrideRedirect, &attrib);
XMapWindow(ob_display, screen_support_win); XMapWindow(ob_display, screen_support_win);
XLowerWindow(ob_display, screen_support_win);
if (!replace_wm()) { if (!replace_wm()) {
XDestroyWindow(ob_display, screen_support_win); XDestroyWindow(ob_display, screen_support_win);