summaryrefslogtreecommitdiff
path: root/src/include/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/main.h')
-rw-r--r--src/include/main.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/main.h b/src/include/main.h
index 0ee8511..9c1da89 100644
--- a/src/include/main.h
+++ b/src/include/main.h
@@ -465,6 +465,7 @@ struct project_state
{
bool32 UpdateKeyframes = 0;
bool32 UpdateFrame = 1; // only refreshes frame; set UpdateKeyframes to update animation
+ bool32 UpdateScreen = 1; // refreshes entire UI; influenced by raw key/mouse input
bool32 DebugDisableCache = 1;
// bad
@@ -743,6 +744,10 @@ struct block_layer {
bool32 IsVisible;
bool32 IsLocked;
+ // Valid values this can be:
+ // 0x01 - standard select
+ // 0x02 - precomp layer
+ // 0x04 - transient box selection state when shift is held
bool32 IsSelected;
bool32 IsAdjustment;