wrap fInternalWM with XWIN_MULTIWINDOWEXTWM

This commit is contained in:
Alexander Gottwald 2005-07-05 22:58:29 +00:00
parent 456844a613
commit 71ed3ae0c6

View File

@ -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;