From: Glenn Morris Date: Wed, 21 May 2008 04:08:45 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~5386 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b9fb2c4543e372336d7c96735e6d3202989d843d;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index da3155e7d45..24bd2eed4e4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -3,13 +3,15 @@ * frame.c (Qalpha): Add a new frame parameter `alpha'. (Vframe_alpha_lower_limit) : New variable. - (x_set_alpha): Add function. + (x_set_alpha): New function. * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them. * xfns.c (x-create-frame, Qalpha): Initialize the frame parameter `alpha'. - * xterm.c (x_set_frame_alpha): Add function. + * xterm.c (OPAQUE, OPACITY): New. + (x_set_frame_alpha): New function. + (frame_highlight, frame_unhighlight): Call x_set_frame_alpha. * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha. * w32fns.c (w32_frame_parm_handlers): Likewise.