aboutsummaryrefslogtreecommitdiff
path: root/src/action.h
diff options
context:
space:
mode:
authorKrow Savcik <krow@savcik.xyz>2024-03-03 22:48:52 +0200
committerKrow Savcik <krow@savcik.xyz>2024-03-03 22:48:52 +0200
commit075354a70a4a93f474fdf083e2cd99826c95ee1a (patch)
tree17c541bb36473119d1563bc28b261cfb30ac8354 /src/action.h
parentae4f6cc7e9b567bcecc7fb812aa4ab5058aca379 (diff)
fix actions for layers
Diffstat (limited to 'src/action.h')
-rw-r--r--src/action.h1
1 files changed, 1 insertions, 0 deletions
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;
};