From a25c5b855c006c1fe5d27c7c2f474fc463df98b6 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 6 May 2007 11:16:56 +0000 Subject: [PATCH] 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. --- openbox/screen.c | 1 + 1 file changed, 1 insertion(+) 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); -- 2.39.2