diff options
Diffstat (limited to 'src/action.h')
-rw-r--r-- | src/action.h | 2 |
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; }; |