From 4a68e1325a2cff3346716cfe75a8227ecce1987e Mon Sep 17 00:00:00 2001 From: Daniel Krikun Date: Fri, 15 Aug 2014 23:44:23 +0300 Subject: [PATCH] By default, do not emulate independent windows --- examples/directx9_example/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/directx9_example/main.cpp b/examples/directx9_example/main.cpp index 154005d13..82c9c56a8 100644 --- a/examples/directx9_example/main.cpp +++ b/examples/directx9_example/main.cpp @@ -7,7 +7,7 @@ #pragma warning (disable: 4996) // 'This function or variable may be unsafe': strdup -static bool emulateIndependentWindows = true; +static bool emulateIndependentWindows = false; static HWND hWnd; static LPDIRECT3D9 g_pD3D = NULL; // Used to create the D3DDevice