aboutsummaryrefslogtreecommitdiffstats
path: root/nsxiv.h
diff options
context:
space:
mode:
authorNRK <nrk@disroot.org>2022-09-10 15:30:40 +0200
committerNRK <nrk@disroot.org>2022-09-10 15:43:14 +0200
commite356add07c6246b8a27a5d193e2e89da4afee6ad (patch)
treeeff8e115ac3cdc079c3ce00b2e1fc95e0f8832c2 /nsxiv.h
parent88a480c9388d698f123bf892f33197d7bd1cfb9b (diff)
downloadnsxiv-e356add07c6246b8a27a5d193e2e89da4afee6ad.tar.zst
rename: aa -> anti_alias
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;