From 71ed3ae0c696152e82a98ce2ac0fa67ce6f23464 Mon Sep 17 00:00:00 2001 From: Alexander Gottwald Date: Tue, 5 Jul 2005 22:58:29 +0000 Subject: [PATCH] wrap fInternalWM with XWIN_MULTIWINDOWEXTWM --- hw/xwin/winscrinit.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hw/xwin/winscrinit.c b/hw/xwin/winscrinit.c index 0c8d23ad5..a18139c28 100644 --- a/hw/xwin/winscrinit.c +++ b/hw/xwin/winscrinit.c @@ -611,7 +611,10 @@ winFinishScreenInitFB (int index, &pScreenPriv->pmServerStarted, pScreenInfo->dwScreen, (HWND)&pScreenPriv->hwndScreen, - pScreenInfo->fInternalWM)) +#ifdef XWIN_MULTIWINDOWEXTWM + pScreenInfo->fInternalWM || +#endif + FALSE)) { ErrorF ("winFinishScreenInitFB - winInitWM () failed.\n"); return FALSE;