From 6ffc64a04e5e4200103db9df6bd85f958a942d9f Mon Sep 17 00:00:00 2001 From: NRK Date: Tue, 17 Jan 2023 15:57:57 +0600 Subject: img_t: rename alpha -> alpha_layer for consistency --- nsxiv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nsxiv.h') 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; -- cgit v1.2.3-54-g00ecf