mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-12 15:59:54 +02:00
Internal version of LogText() -> LogRenderedText() + shallow tidying up
This commit is contained in:
@ -212,7 +212,7 @@ struct ImGuiStyleMod
|
||||
ImVec2 PreviousValue;
|
||||
};
|
||||
|
||||
// Data for BeginGroup()/EndGroup()
|
||||
// Stacked data for BeginGroup()/EndGroup()
|
||||
struct ImGuiGroupData
|
||||
{
|
||||
ImVec2 BackupCursorPos;
|
||||
@ -523,6 +523,7 @@ struct ImGuiDrawContext
|
||||
}
|
||||
};
|
||||
|
||||
// Windows data
|
||||
struct ImGuiWindow
|
||||
{
|
||||
char* Name;
|
||||
|
Reference in New Issue
Block a user