mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-11-04 15:11:05 +01:00 
			
		
		
		
	Fixed warnings.
This commit is contained in:
		@@ -5194,12 +5194,6 @@ ImVec2 ImGui::GetItemRectSize()
 | 
			
		||||
    return window->DC.LastItemRect.GetSize();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static ImRect GetViewportRect()
 | 
			
		||||
{
 | 
			
		||||
    ImGuiContext& g = *GImGui;
 | 
			
		||||
    return ImRect(0.0f, 0.0f, g.IO.DisplaySize.x, g.IO.DisplaySize.y);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// Not exposed publicly as BeginTooltip() because bool parameters are evil. Let's see if other needs arise first.
 | 
			
		||||
void ImGui::BeginTooltipEx(ImGuiWindowFlags extra_flags, bool override_previous_tooltip)
 | 
			
		||||
{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user