emacs-devel
[Top][All Lists]
Advanced

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

Re: font-backend mechanism on Windows and Mac?


From: YAMAMOTO Mitsuharu
Subject: Re: font-backend mechanism on Windows and Mac?
Date: Sat, 15 Sep 2007 10:44:19 +0900 (JST)

>>>>> On Fri, 14 Sep 2007 20:05:27 -0400, "Adrian Robert" <address@hidden> said:

> Blank resize is due to NSApp going into a modal loop on resize drag,
> so emacs redisplay isn't called until finished.  How did you work
> around this in Carbon+AppKit?

`drawRect:' is called back automatically during the modal loop on
resize drag.  You cannot do "redisplay" that may involve Lisp
evaluation in such a window-system-level event handling context, but
"expose" is OK as it just shows the contents of the "current matrix"
that was constructed by the previous "redisplay".

                                     YAMAMOTO Mitsuharu
                                address@hidden




reply via email to

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