summaryrefslogtreecommitdiffstats
path: root/nsxiv.h
diff options
context:
space:
mode:
authorNRK <nrk@disroot.org>2023-01-17 10:57:57 +0100
committerGitea <gitea@fake.local>2023-01-28 11:23:11 +0100
commit6ffc64a04e5e4200103db9df6bd85f958a942d9f (patch)
tree9bb359d9c056189701041032944bed9706fb23aa /nsxiv.h
parent1f788a318bedc0e6a83632c1f126e747c0430d6c (diff)
downloadnsxiv-6ffc64a04e5e4200103db9df6bd85f958a942d9f.tar.zst
img_t: rename alpha -> alpha_layer for consistency
Diffstat (limited to 'nsxiv.h')
-rw-r--r--nsxiv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nsxiv.h b/nsxiv.h
index ab3673f..cd571af 100644
--- a/nsxiv.h
+++ b/nsxiv.h
@@ -190,7 +190,7 @@ struct img {
bool checkpan;
bool dirty;
bool anti_alias;
- bool alpha;
+ bool alpha_layer;
struct {
bool on;