summaryrefslogtreecommitdiffstats
path: root/image.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-03-10 11:41:40 +0100
committerBert <ber.t@gmx.com>2011-03-10 11:41:40 +0100
commit3672c0bc636aa82f8fc38aa75f226915686d0bd3 (patch)
tree3ce1e2ae7c62498e252cd68fee5408da5dd12aa0 /image.h
parentd982b06eed04cb080a4dd730b75f93285d5b159b (diff)
downloadnsxiv-3672c0bc636aa82f8fc38aa75f226915686d0bd3.tar.zst
Toggle image transparency with A-key
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 370345f..5fc4ec6 100644
--- a/image.h
+++ b/image.h
@@ -45,6 +45,7 @@ typedef struct {
unsigned char re;
unsigned char checkpan;
unsigned char aa;
+ unsigned char alpha;
int x;
int y;