diff options
| -rw-r--r-- | src/frame.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 | |||
| 482 | 482 | ||
| 483 | /* frame opacity | 483 | /* frame opacity |
| 484 | alpha[0]: alpha transparency of the active frame | 484 | alpha[0]: alpha transparency of the active frame |
| 485 | alpha[1]: alpha transparency of inactive frames */ | 485 | alpha[1]: alpha transparency of inactive frames |
| 486 | Negative values mean not to change alpha. */ | ||
| 486 | double alpha[2]; | 487 | double alpha[2]; |
| 487 | 488 | ||
| 488 | /* Exponent for gamma correction of colors. 1/(VIEWING_GAMMA * | 489 | /* Exponent for gamma correction of colors. 1/(VIEWING_GAMMA * |