diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2016-11-17 14:03:31 +0000 |
---|---|---|
committer | Jon Turney <jon.turney@dronecode.org.uk> | 2016-11-17 14:03:31 +0000 |
commit | 7caad0c878e11d22a63377319dd317e2bab30280 (patch) | |
tree | 7cdce74ab195c7ee89d64d8e6f1853526749baf0 /hw/xwin/winengine.c | |
parent | 7e5c9bdf73e4185ac4cf7f044da0793a5cc3e62c (diff) | |
parent | 3876fa25317449e95c8b44b0abfda72e91828a7d (diff) |
Merge branch 'cygwin-patches-for-1.19' into cygwin-release-1.19xserver-cygwin-1.19.0-1
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 d816851e2..86be52fb4 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 #ifdef XWIN_MULTIWINDOW || pScreenInfo->fMultiWindow #endif |