Merge 2545d75c3b from Nav - 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
committed by omar
parent d5b0d51274
commit 50b3a14d0a
3 changed files with 7 additions and 13 deletions

View File

@ -679,6 +679,7 @@ struct IMGUI_API ImGuiWindow
ImGuiID PopupId; // ID in the popup stack when this window is used as a popup/menu (because we use generic Name/ID for recycling)
int AutoFitFramesX, AutoFitFramesY;
bool AutoFitOnlyGrows;
int AutoFitChildAxises;
int AutoPosLastDirection;
int HiddenFrames;
ImGuiCond SetWindowPosAllowFlags; // store condition flags for next SetWindowPos() call.