summaryrefslogtreecommitdiff
path: root/hw/xwin/winscrinit.c
diff options
context:
space:
mode:
authorAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2005-07-05 14:09:48 +0000
committerAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2005-07-05 14:09:48 +0000
commit3af77ad3e754c4d419a1996ca73a9fd01f92388a (patch)
tree6580169a46d59819f94749d28265608ab8c14a18 /hw/xwin/winscrinit.c
parent426282268bcdd0e0ca973fa79b414e9065fbfd9d (diff)
External windowmanagers could connect in multiwindow mode which lead to
strange results with the internal windowmanager.
Diffstat (limited to 'hw/xwin/winscrinit.c')
-rw-r--r--hw/xwin/winscrinit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/xwin/winscrinit.c b/hw/xwin/winscrinit.c
index d5117513e..0c8d23ad5 100644
--- a/hw/xwin/winscrinit.c
+++ b/hw/xwin/winscrinit.c
@@ -610,7 +610,8 @@ winFinishScreenInitFB (int index,
&pScreenPriv->ptXMsgProc,
&pScreenPriv->pmServerStarted,
pScreenInfo->dwScreen,
- (HWND)&pScreenPriv->hwndScreen))
+ (HWND)&pScreenPriv->hwndScreen,
+ pScreenInfo->fInternalWM))
{
ErrorF ("winFinishScreenInitFB - winInitWM () failed.\n");
return FALSE;