Tidying up, removed two unnecessary window flags from being exposed in imgui.h

This commit is contained in:
ocornut
2016-07-31 13:05:13 +02:00
parent b3cba62b80
commit 2545d75c3b
3 changed files with 7 additions and 13 deletions

View File

@ -700,6 +700,7 @@ struct IMGUI_API ImGuiWindow
ImGuiID NavLastId; // Last known NavId for this window, for nav layer 0 only.
int AutoFitFramesX, AutoFitFramesY;
bool AutoFitOnlyGrows;
int AutoFitChildAxises;
int AutoPosLastDirection;
int HiddenFrames;
int SetWindowPosAllowFlags; // bit ImGuiSetCond_*** specify if SetWindowPos() call will succeed with this particular flag.