Internal version of LogText() -> LogRenderedText() + shallow tidying up

This commit is contained in:
ocornut
2015-07-30 23:48:59 -06:00
parent f8646338c3
commit f63beeae86
2 changed files with 30 additions and 35 deletions

View File

@ -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;