Oops, fix ShadowGDI being forced when it doesn't need to be.

This commit is contained in:
Harold L Hunt II 2004-04-10 05:07:52 +00:00
parent 1fc050a7d3
commit de227658f6

View file

@ -184,12 +184,16 @@ winSetEngine (ScreenPtr pScreen)
}
/* ShadowGDI is the only engine that supports Multi Window Mode */
if (TRUE
if (
#ifdef XWIN_MULTIWINDOWEXTWM
|| pScreenInfo->fMWExtWM
pScreenInfo->fMWExtWM
#else
FALSE
#endif
#ifdef XWIN_MULTIWINDOW
|| pScreenInfo->fMultiWindow
#else
|| FALSE
#endif
)
{