mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Internals: Minor renaming for consistency.
This commit is contained in:
parent
9e9c8a8991
commit
0905202f44
2 changed files with 6 additions and 6 deletions
|
|
@ -983,7 +983,7 @@ struct IMGUI_API ImGuiWindow
|
|||
bool WasActive;
|
||||
bool WriteAccessed; // Set to true when any widget access the current window
|
||||
bool Collapsed; // Set when collapsing window to become only title-bar
|
||||
bool CollapseToggleWanted;
|
||||
bool WantCollapseToggle;
|
||||
bool SkipItems; // Set when items can safely be all clipped (e.g. window not visible or collapsed)
|
||||
bool Appearing; // Set during the frame where the window is appearing (or re-appearing)
|
||||
bool Hidden; // Do not display (== (HiddenFramesForResize > 0) ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue