emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: new frame-parameter "alpha"


From: Seiji Zenitani
Subject: Re: new frame-parameter "alpha"
Date: Wed, 19 Mar 2008 01:51:04 -0400

On 2008/03/15, at 17:19, Stefan Monnier wrote:
Looks good.  Tho maybe I'd put the call to x_set_frame_alpha directly
inside x_update_cursor (and rename it to x_update_cursor_and_opacity).

I don't mind the use of "alpha" rather than "opacity", as long as the
docstrings are clear.  The patch needs to also update the manual.
And could you describe the copyright status?


The frame parameter code and the x_set_frame_alpha function
were written by Ryo Yoshitake.  He is ready to sign.

The lower_limit variable and the x_set_alpha function originally come from
mw32fns.c (e.g. mw32_set_frame_alpha in l.1019-1078) in Meadow,
although they look differently because of my extensive modification.
http://www.meadowy.org/meadow/browser/trunk/src/mw32fns.c (slow connection)
I am contacting Mr. Horiguchi, the author of the relevant part.
I already signed the paper.

The first version of the patch was developed by Takashi Hiromatsu.
I am waiting for his response in order to make sure.
Practically, his code in ver.1 was completely
replaced by Yoshitake-san's code (ver.2) and
my code based on Meadow (ver.3, ver.4).

Yoichi Nakayama wrote twenty lines to improve performance,
surrounded by the following brackets.
He agreed to contribute, but he modestly described that his improvement is "minor".

  /* return unless necessary */
  {
     ...
  }

I'll write to this list if I have an update.


Seiji Zenitani
address@hidden





reply via email to

[Prev in Thread] Current Thread [Next in Thread]