aboutsummaryrefslogtreecommitdiffstats
path: root/nsxiv.h
diff options
context:
space:
mode:
Diffstat (limited to 'nsxiv.h')
-rw-r--r--nsxiv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nsxiv.h b/nsxiv.h
index 17a28b0..2dc1783 100644
--- a/nsxiv.h
+++ b/nsxiv.h
@@ -187,7 +187,7 @@ struct img {
bool checkpan;
bool dirty;
- bool aa;
+ bool anti_alias;
bool alpha;
struct {
@@ -237,7 +237,7 @@ struct opt {
scalemode_t scalemode;
float zoom;
bool animate;
- bool aa;
+ bool anti_alias;
int gamma;
int slideshow;
int framerate;