From a2c1ceedc6c6b3756f8d9b3b9c29798b5d925447 Mon Sep 17 00:00:00 2001 From: Fox Caminiti Date: Wed, 1 Feb 2023 13:11:05 -0500 Subject: sorting and shape updates --- src/include/layer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/layer.h') diff --git a/src/include/layer.h b/src/include/layer.h index 2b83a79..d059bb6 100644 --- a/src/include/layer.h +++ b/src/include/layer.h @@ -40,10 +40,10 @@ Layer_Select_Traverse(uint16 PrincipalCompIndex, memory *Memory, project_state * int16 RecursionIdx[MAX_PRECOMP_RECURSIONS], int32 *Recursions); static v2 -Layer_TraverseForPoint(project_data *File, project_state *State, memory *Memory, v2 PrincipalCompUV, sorted_comp_array *SortedCompArray, sorted_layer_array *SortedLayerArray); +Layer_TraverseForPoint(project_data *File, project_state *State, memory *Memory, v2 PrincipalCompUV, sorted_comp_array *SortedCompArray, sorted_layer_array *SortedLayerArray, uint16 LayerIndex); static int32 -Layer_TestSelection(memory *Memory, project_state *State, ui *UI, sorted_comp_array *SortedCompArray, sorted_layer_array *SortedLayerArray, uint16 PrincipalIndex); +Layer_TestSelection(memory *Memory, project_state *State, ui *UI, sorted_comp_array *SortedCompArray, sorted_layer_array *SortedLayerArray, uint16 PrincipalIndex, bool32 BelowOnly); static void Layer_RecursiveDeselect(memory *Memory, sorted_comp_array *SortedCompArray, sorted_layer_array *SortedLayerArray, uint16 TargetIndex, uint16 PrincipalIndex); -- cgit v1.2.3