diff options
| author | NRK <nrk@disroot.org> | 2023-01-17 15:57:57 +0600 |
|---|---|---|
| committer | Gitea <gitea@fake.local> | 2023-01-28 10:23:11 +0000 |
| commit | 6ffc64a04e5e4200103db9df6bd85f958a942d9f (patch) | |
| tree | 9bb359d9c056189701041032944bed9706fb23aa /nsxiv.h | |
| parent | 1f788a318bedc0e6a83632c1f126e747c0430d6c (diff) | |
img_t: rename alpha -> alpha_layer for consistency
Diffstat (limited to 'nsxiv.h')
| -rw-r--r-- | nsxiv.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -190,7 +190,7 @@ struct img { bool checkpan; bool dirty; bool anti_alias; - bool alpha; + bool alpha_layer; struct { bool on; |
