mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-11-04 07:01:04 +01:00 
			
		
		
		
	Examples + Viewport: GLFW: context wasn't set when using multiple windows. (#2392)
This commit is contained in:
		@@ -602,8 +602,11 @@ static void ImGui_ImplGlfw_RenderWindow(ImGuiViewport* viewport, void*)
 | 
			
		||||
static void ImGui_ImplGlfw_SwapBuffers(ImGuiViewport* viewport, void*)
 | 
			
		||||
{
 | 
			
		||||
    ImGuiViewportDataGlfw* data = (ImGuiViewportDataGlfw*)viewport->PlatformUserData;
 | 
			
		||||
    if (g_ClientApi == GlfwClientApi_OpenGL)
 | 
			
		||||
    if (g_ClientApi == GlfwClientApi_OpenGL) 
 | 
			
		||||
    {
 | 
			
		||||
        glfwMakeContextCurrent(data->Window);
 | 
			
		||||
        glfwSwapBuffers(data->Window);
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
//--------------------------------------------------------------------------------------------------------
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user