From 8b8e1cab080dfea106bebe9d4eeecf5812182e94 Mon Sep 17 00:00:00 2001 From: Krow Savcik Date: Tue, 13 Feb 2024 12:00:11 +0200 Subject: feature: add basic layer support --- src/action.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/action.h') diff --git a/src/action.h b/src/action.h index d9b7698..825057f 100644 --- a/src/action.h +++ b/src/action.h @@ -12,7 +12,7 @@ struct action_pixcol { struct ActionPixelsColors { long int cnt; - struct actiton_pixcol *pix; + struct action_pixcol *pix; }; typedef union { -- cgit v1.2.3