You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const ImGuiID IMGUI_VIEWPORT_DEFAULT_ID = 0x11111111; // Using an arbitrary constant instead of e.g. ImHashStr("ViewportDefault", 0); so it's easier to spot in the debugger. The exact value doesn't matter.
ImGuiLayoutType ParentLayoutType; // Layout type of parent window at the time of Begin()
2458
2458
ImU32 ModalDimBgColor;
2459
+
ImGuiItemStatusFlags WindowItemStatusFlags;
2459
2460
2460
2461
// Local parameters stacks
2461
2462
// We store the current settings outside of the vectors to increase memory locality (reduce cache misses). The vectors are rarely modified. Also it allows us to not heap allocate for short-lived windows which are not using those settings.
0 commit comments