aboutsummaryrefslogtreecommitdiff
path: root/src/action.h
diff options
context:
space:
mode:
authorKrow Savcik <krow@savcik.xyz>2024-07-20 00:22:00 +0300
committerKrow Savcik <krow@savcik.xyz>2024-07-20 00:22:00 +0300
commitb486d1f47e0bbc1a0e3414df1f4f9193a3997300 (patch)
treef754d3939cffdcf68ab6a3e8bc87cc933368cee5 /src/action.h
parent689d8faa8638c1d14f79c7960afe3139bd042f96 (diff)
feature: added frames
Diffstat (limited to 'src/action.h')
-rw-r--r--src/action.h2
1 files changed, 1 insertions, 1 deletions
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;
};