diff options
Diffstat (limited to 'hw/xwin/winengine.c')
-rw-r--r-- | hw/xwin/winengine.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/hw/xwin/winengine.c b/hw/xwin/winengine.c index 2336442c0..29602a594 100644 --- a/hw/xwin/winengine.c +++ b/hw/xwin/winengine.c @@ -54,6 +54,8 @@ static HMODULE g_hmodDirectDraw = NULL; void winDetectSupportedEngines(void) { + ErrorF("winDetectSupportedEngines - RemoteSession: %s\n", GetSystemMetrics(SM_REMOTESESSION) ? "yes" : "no"); + /* Initialize the engine support flags */ g_dwEnginesSupported = WIN_SERVER_SHADOW_GDI; @@ -147,9 +149,6 @@ winSetEngine(ScreenPtr pScreen) /* ShadowGDI is the only engine that supports Multi Window Mode */ if (FALSE -#ifdef XWIN_MULTIWINDOWEXTWM - || pScreenInfo->fMWExtWM -#endif || pScreenInfo->fMultiWindow ) { winErrorFVerb(2, |