mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-10-30 12:41:06 +01:00 
			
		
		
		
	Minor formatting tweaks, comments
This commit is contained in:
		| @@ -956,6 +956,7 @@ struct ImGuiTextEditState | ||||
|     static void             RenderTextScrolledClipped(ImFont* font, float font_size, const char* text, ImVec2 pos_base, float width, float scroll_x); | ||||
| }; | ||||
|  | ||||
| // Data saved in imgui.ini file | ||||
| struct ImGuiIniData | ||||
| { | ||||
|     char*   Name; | ||||
| @@ -967,6 +968,7 @@ struct ImGuiIniData | ||||
|     ~ImGuiIniData() { if (Name) { ImGui::MemFree(Name); Name = NULL; } } | ||||
| }; | ||||
|  | ||||
| // Main state for ImGui | ||||
| struct ImGuiState | ||||
| { | ||||
|     bool                    Initialized; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user