emacs-devel
[Top][All Lists]
Advanced

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

Re: tooltip frame uses (class mono) when processing defface specs


From: Richard Stallman
Subject: Re: tooltip frame uses (class mono) when processing defface specs
Date: Mon, 08 Oct 2007 21:14:46 -0400

It looks plausible, but it has a drawback that it makes tooltip
frames work one way, while ordinary frames work a different way.
That is added complexity.

Can you investigate how things happen for ordinary frames, and then
see why they fail to happen the same way for tooltip frames?  That
might show the way to write a fix that would cause both kinds of
frames to be handled the same way.

One style point:

    +    else if (FRAME_X_DISPLAY_INFO (f)->visual->class == GrayScale ||
    +        FRAME_X_DISPLAY_INFO (f)->visual->class == StaticGray)

Please break the line before the binary operator, not after.




reply via email to

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