summaryrefslogtreecommitdiff
path: root/openbox/screen.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-06 11:16:56 +0000
committerDana Jansens <danakj@orodu.net>2007-05-06 11:16:56 +0000
commita25c5b855c006c1fe5d27c7c2f474fc463df98b6 (patch)
treee834ab0cfd81e73c26447e3daf70afed45e3e332 /openbox/screen.c
parent3c4d73c48403198a7d2db8d36a6174082840b58d (diff)
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.
Diffstat (limited to 'openbox/screen.c')
-rw-r--r--openbox/screen.c1
1 files changed, 1 insertions, 0 deletions
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);