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 --- commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands.c') diff --git a/commands.c b/commands.c index 1ba0363..c1e19b4 100644 --- a/commands.c +++ b/commands.c @@ -385,7 +385,7 @@ bool ci_toggle_antialias(arg_t _) bool ci_toggle_alpha(arg_t _) { - img.alpha = !img.alpha; + img.alpha_layer = !img.alpha_layer; img.dirty = true; return true; } -- cgit v1.2.3-54-g00ecf