mirror of
				https://github.com/ocornut/imgui.git
				synced 2025-10-26 12:27:30 +00:00 
			
		
		
		
	Merge branch 'master' into viewport
# Conflicts: # examples/imgui_impl_sdl.cpp # imgui.cpp
This commit is contained in:
		| @@ -75,11 +75,9 @@ LRESULT WINAPI WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) | ||||
|     case WM_SIZE: | ||||
|         if (g_pd3dDevice != NULL && wParam != SIZE_MINIMIZED) | ||||
|         { | ||||
|             ImGui_ImplDX10_InvalidateDeviceObjects(); | ||||
|             CleanupRenderTarget(); | ||||
|             g_pSwapChain->ResizeBuffers(0, (UINT)LOWORD(lParam), (UINT)HIWORD(lParam), DXGI_FORMAT_UNKNOWN, 0); | ||||
|             CreateRenderTarget(); | ||||
|             ImGui_ImplDX10_CreateDeviceObjects(); | ||||
|         } | ||||
|         return 0; | ||||
|     case WM_SYSCOMMAND: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 omar
					omar