From e356add07c6246b8a27a5d193e2e89da4afee6ad Mon Sep 17 00:00:00 2001 From: NRK Date: Sat, 10 Sep 2022 19:30:40 +0600 Subject: rename: aa -> anti_alias --- nsxiv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nsxiv.h') 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; -- cgit v1.2.3