aboutsummaryrefslogtreecommitdiff
path: root/dat.h
diff options
context:
space:
mode:
Diffstat (limited to 'dat.h')
-rw-r--r--dat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dat.h b/dat.h
index 352a394..f08a329 100644
--- a/dat.h
+++ b/dat.h
@@ -19,6 +19,7 @@ struct Layer
RFrame;
char *name;
Image *image;
+ Image *history[1024];
Layer *prev, *next;
};