From: Dana Jansens Date: Sun, 6 May 2007 11:16:56 +0000 (+0000) Subject: lower the screen support win at startup. this way we don't map everything over top... X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;ds=sidebyside;h=a25c5b855c006c1fe5d27c7c2f474fc463df98b6;p=chaz%2Fopenbox 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. --- diff --git a/openbox/screen.c b/openbox/screen.c index 148aaf5a..3c35395a 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -170,6 +170,7 @@ gboolean screen_annex() CopyFromParent, CWOverrideRedirect, &attrib); XMapWindow(ob_display, screen_support_win); + XLowerWindow(ob_display, screen_support_win); if (!replace_wm()) { XDestroyWindow(ob_display, screen_support_win);