aboutsummaryrefslogtreecommitdiff
path: root/src/action.h
diff options
context:
space:
mode:
authorKrow Savcik <krow@savcik.xyz>2024-02-13 12:00:11 +0200
committerKrow Savcik <krow@savcik.xyz>2024-02-13 12:00:11 +0200
commit8b8e1cab080dfea106bebe9d4eeecf5812182e94 (patch)
tree1ced4cdeecf7b49db78f69b6f65f334221bdac13 /src/action.h
parent67abc25311d9dc7d12b28d07aaa37fcaf9b5fee5 (diff)
feature: add basic layer support
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 d9b7698..825057f 100644
--- a/src/action.h
+++ b/src/action.h
@@ -12,7 +12,7 @@ struct action_pixcol {
struct ActionPixelsColors {
long int cnt;
- struct actiton_pixcol *pix;
+ struct action_pixcol *pix;
};
typedef union {