From f2d5c00fe8a2ab41916c3aec7bf83bf5b3bb3bdb Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Wed, 12 Nov 2008 15:51:35 +0000 Subject: [PATCH] Negative alpha means "don't touch". --- src/frame.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/frame.h b/src/frame.h index fa22b2c875d..5cab1f42c5d 100644 --- a/src/frame.h +++ b/src/frame.h @@ -482,7 +482,8 @@ struct frame /* frame opacity alpha[0]: alpha transparency of the active frame - alpha[1]: alpha transparency of inactive frames */ + alpha[1]: alpha transparency of inactive frames + Negative values mean not to change alpha. */ double alpha[2]; /* Exponent for gamma correction of colors. 1/(VIEWING_GAMMA * -- 2.39.2