mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-25 23:10:47 -08:00
Negative alpha means "don't touch".
This commit is contained in:
parent
2f8e69ccca
commit
f2d5c00fe8
1 changed files with 2 additions and 1 deletions
|
|
@ -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 *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue