mirror of
https://github.com/ocornut/imgui.git
synced 2026-09-27 00:13:29 +03:00
By default, do not emulate independent windows
This commit is contained in:
parent
0ca29fa273
commit
4a68e1325a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue