Update release

This commit is contained in:
vczh
2015-12-24 03:23:32 -08:00
parent e9ad3dbd49
commit fc1ce78bad
17 changed files with 6607 additions and 7513 deletions
+7 -1
View File
@@ -2104,6 +2104,13 @@ ControllerListener
d3d11Device = CreateD3D11Device(D3D_DRIVER_TYPE_WARP);
}
}
#if _DEBUG
CHECK_ERROR(d3d11Device, L"Direct2DWindowsNativeControllerListener::NativeWindowCreated(INativeWindow*)#Failed to create Direct3D 11 Device.");
#endif
}
if (d2dfactory1 && d3d11Device)
{
listener = new Direct2DWindowsNativeWindowListener_1_1(window, d2dfactory1, d3d11Device.Obj());
}
else
@@ -2112,7 +2119,6 @@ ControllerListener
}
window->InstallListener(listener.Obj());
nativeWindowListeners.Add(window, listener);
}
void NativeWindowDestroying(INativeWindow* window)