diff options
| author | NRK <nrk@disroot.org> | 2022-09-10 19:30:40 +0600 |
|---|---|---|
| committer | NRK <nrk@disroot.org> | 2022-09-10 19:43:14 +0600 |
| commit | e356add07c6246b8a27a5d193e2e89da4afee6ad (patch) | |
| tree | eff8e115ac3cdc079c3ce00b2e1fc95e0f8832c2 /nsxiv.h | |
| parent | 88a480c9388d698f123bf892f33197d7bd1cfb9b (diff) | |
rename: aa -> anti_alias
Diffstat (limited to 'nsxiv.h')
| -rw-r--r-- | nsxiv.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |
