summaryrefslogtreecommitdiffstats
path: root/image.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-09-11 01:13:45 +0200
committerBert <ber.t@gmx.com>2011-09-11 01:13:45 +0200
commite2d4b9c7915a2a356cae04d33f1713ae224fbe7e (patch)
tree9d0877ec19db7974e45c2dfda7e8280797128695 /image.h
parent510512714df01110cf42cb2a11d944f55297c5cc (diff)
downloadnsxiv-e2d4b9c7915a2a356cae04d33f1713ae224fbe7e.tar.zst
Added dirty flag to img struct
Diffstat (limited to 'image.h')
-rw-r--r--image.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/image.h b/image.h
index ddbdb9d..ca699c8 100644
--- a/image.h
+++ b/image.h
@@ -46,6 +46,7 @@ typedef struct {
unsigned char re;
unsigned char checkpan;
+ unsigned char dirty;
unsigned char aa;
unsigned char alpha;