summaryrefslogtreecommitdiff
path: root/hw/xwin/winscrinit.c
diff options
context:
space:
mode:
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;