Avoid calling StackDesktops() before configuration has been read.

SVN revision: 7147
This commit is contained in:
Kim Woelders 2003-07-12 09:28:56 +00:00
parent d1a09ab411
commit 9942d48639
1 changed files with 2 additions and 3 deletions

View File

@ -226,9 +226,8 @@ CreateStartupDisplay(char start)
bg->pmap = 0;
init_win1 = w1;
init_win2 = w2;
StackDesktops();
EMapWindow(disp, w1);
EMapWindow(disp, w2);
EMapRaised(disp, w1);
EMapRaised(disp, w2);
}
else
{