diff options
author | Krow Savcik <krow@savcik.xyz> | 2024-03-03 22:48:52 +0200 |
---|---|---|
committer | Krow Savcik <krow@savcik.xyz> | 2024-03-03 22:48:52 +0200 |
commit | 075354a70a4a93f474fdf083e2cd99826c95ee1a (patch) | |
tree | 17c541bb36473119d1563bc28b261cfb30ac8354 /src/action.h | |
parent | ae4f6cc7e9b567bcecc7fb812aa4ab5058aca379 (diff) |
fix actions for layers
Diffstat (limited to 'src/action.h')
-rw-r--r-- | src/action.h | 1 |
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; }; |