From: Chong Yidong Date: Wed, 12 Nov 2008 15:49:45 +0000 (+0000) Subject: * frame.c (x_set_alpha): Set alpha to -1 if nil given. X-Git-Tag: emacs-pretest-23.0.90~1871 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7e849c1743c9abefcbe5d244544830cf93a19019;p=emacs.git * frame.c (x_set_alpha): Set alpha to -1 if nil given. * frame.h: Negative alpha means "don't touch". * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative. * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative. --- diff --git a/src/ChangeLog b/src/ChangeLog index bafede72321..c96d0fe6c77 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +2008-11-12 Michal Nazarewicz (tiny change) + + * frame.c (x_set_alpha): Set alpha to -1 if nil given. + + * frame.h: Negative alpha means "don't touch". + + * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative. + + * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative. + 2008-11-12 Dan Nicolaescu * hftctl.c: