diff options
Diffstat (limited to 'src/include/layer.h')
-rw-r--r-- | src/include/layer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/layer.h b/src/include/layer.h index 85d980d..bf32aca 100644 --- a/src/include/layer.h +++ b/src/include/layer.h @@ -12,7 +12,7 @@ Layer_GetTopOffset(project_data *File, memory *Memory); static void Layer_UpdateMasksEffects(project_state *State, block_layer *Layer, memory *Memory, void *EffectBitmapAddress, - int Width, int Height, int BytesPerPixel); + int Width, int Height, int BytesPerPixel, int CompWidth, int CompHeight); static void Layer_ToggleChannel(project_data *File, memory *Memory, int32 a); |