Mercurial > emacs
changeset 76028:74b530027eb3
* frame.c (x_set_screen_gamma): Apply gamma value to the frame's
bgcolor.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 20 Feb 2007 01:56:02 +0000 |
parents | c0a1f896395c |
children | a235d0ff326b |
files | src/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Mon Feb 19 22:53:31 2007 +0000 +++ b/src/ChangeLog Tue Feb 20 01:56:02 2007 +0000 @@ -1,3 +1,8 @@ +2007-02-20 Chong Yidong <cyd@stupidchicken.com> + + * frame.c (x_set_screen_gamma): Apply gamma value to the frame's + bgcolor. + 2007-02-19 Kim F. Storm <storm@cua.dk> * minibuf.c (Fassoc_string): Allow symbols as keys.