summaryrefslogtreecommitdiff
path: root/src/include/layer.h
diff options
context:
space:
mode:
authorFox Caminiti <fox@foxcam.net>2023-02-07 17:48:15 -0500
committerFox Caminiti <fox@foxcam.net>2023-02-07 17:48:15 -0500
commitb9d111d0136f32d1c43b12eb6e5595fcead9c025 (patch)
tree784e903244c0490191a8b9c8e9380e1e64cc5606 /src/include/layer.h
parentee654e9217487f6fca12356ec8af82319c309592 (diff)
viewport improvements
Diffstat (limited to 'src/include/layer.h')
-rw-r--r--src/include/layer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/layer.h b/src/include/layer.h
index d354c89..074a274 100644
--- a/src/include/layer.h
+++ b/src/include/layer.h
@@ -24,7 +24,7 @@ static void
Layer_Select_RecurseUp(memory *Memory, project_state *State, int32 i, int16 RecursionIdx[MAX_PRECOMP_RECURSIONS], uint32 Recursions);
static void
-Layer_DeselectAll(project_data *File, project_state *State, memory *Memory);
+Layer_DeselectAll(project_data *File, project_state *State, memory *Memory, bool32 AllowComp = 0);
static bool32
Layer_LoopChannels(project_state *State, memory *Memory, sorted_property_array **SortedProperty, uint16 **SortedKeyframe, block_layer *Layer,