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:
parent
3c4d73c484
commit
a25c5b855c
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue