mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 04:08:02 +02:00
wrap fInternalWM with XWIN_MULTIWINDOWEXTWM
This commit is contained in:
parent
456844a613
commit
71ed3ae0c6
1 changed files with 4 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue