From b486d1f47e0bbc1a0e3414df1f4f9193a3997300 Mon Sep 17 00:00:00 2001 From: Krow Savcik Date: Sat, 20 Jul 2024 00:22:00 +0300 Subject: feature: added frames --- 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 67f9077..a1955a0 100644 --- a/src/action.h +++ b/src/action.h @@ -12,7 +12,7 @@ struct action_pixcol { struct ActionPixelsColors { long int cnt; - unsigned lyr; + unsigned layer, frame; struct action_pixcol *pix; }; -- cgit v1.2.3