wrap fInternalWM with XWIN_MULTIWINDOWEXTWM
This commit is contained in:
parent
456844a613
commit
71ed3ae0c6
|
@ -611,7 +611,10 @@ winFinishScreenInitFB (int index,
|
||||||
&pScreenPriv->pmServerStarted,
|
&pScreenPriv->pmServerStarted,
|
||||||
pScreenInfo->dwScreen,
|
pScreenInfo->dwScreen,
|
||||||
(HWND)&pScreenPriv->hwndScreen,
|
(HWND)&pScreenPriv->hwndScreen,
|
||||||
pScreenInfo->fInternalWM))
|
#ifdef XWIN_MULTIWINDOWEXTWM
|
||||||
|
pScreenInfo->fInternalWM ||
|
||||||
|
#endif
|
||||||
|
FALSE))
|
||||||
{
|
{
|
||||||
ErrorF ("winFinishScreenInitFB - winInitWM () failed.\n");
|
ErrorF ("winFinishScreenInitFB - winInitWM () failed.\n");
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
Loading…
Reference in New Issue