projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c4d73c
)
lower the screen support win at startup. this way we don't map everything over top...
author
Dana Jansens
<danakj@orodu.net>
Sun, 6 May 2007 11:16:56 +0000
(11:16 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sun, 6 May 2007 11:16:56 +0000
(11:16 +0000)
openbox/screen.c
patch
|
blob
|
history
diff --git
a/openbox/screen.c
b/openbox/screen.c
index 148aaf5ae04519069a1535982adc33aa7fbbe9af..3c35395a2e5cc1130c556ebf9bb485eb222b3cfe 100644
(file)
--- 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);