mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
wrap fInternalWM with XWIN_MULTIWINDOWEXTWM
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user