From 075354a70a4a93f474fdf083e2cd99826c95ee1a Mon Sep 17 00:00:00 2001 From: Krow Savcik Date: Sun, 3 Mar 2024 22:48:52 +0200 Subject: fix actions for layers --- src/action.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/action.h') diff --git a/src/action.h b/src/action.h index 825057f..67f9077 100644 --- a/src/action.h +++ b/src/action.h @@ -12,6 +12,7 @@ struct action_pixcol { struct ActionPixelsColors { long int cnt; + unsigned lyr; struct action_pixcol *pix; }; -- cgit v1.2.3