mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-10-30 04:31:06 +01:00 
			
		
		
		
	Undo part of 32dbe836d0 to keep the same name for both overloads (#891, #799)
				
					
				
			This commit is contained in:
		| @@ -746,6 +746,7 @@ namespace ImGui | ||||
|     IMGUI_API float         CalcWrapWidthForPos(const ImVec2& pos, float wrap_pos_x); | ||||
|  | ||||
|     IMGUI_API void          OpenPopupEx(const char* str_id, bool reopen_existing); | ||||
|     IMGUI_API bool          IsPopupOpen(ImGuiID id); | ||||
|  | ||||
|     // NB: All position are in absolute pixels coordinates (never using window coordinates internally) | ||||
|     // AVOID USING OUTSIDE OF IMGUI.CPP! NOT FOR PUBLIC CONSUMPTION. THOSE FUNCTIONS ARE A MESS. THEIR SIGNATURE AND BEHAVIOR WILL CHANGE, THEY NEED TO BE REFACTORED INTO SOMETHING DECENT. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user