Hi,

> On Cocoa Emacs, the attached code works fine
> for active frames (frontmost frame), but
> I cannot set transparency of inactive frames.
> I do not understand why, and I am wondering that
> Cocoa's logic is slightly different from other ports.

It seems that Cocoa Emacs doesn't call frame_rehighlight
when the frame turns inactive, quite-probably because
it doesn't have focus-related functions
(e.g. x_focus_changed, x_detect_focus_change).
The best way is to provide or modify these functions
so that Cocoa port will be more compatible with other ports.

Seiji



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Emacs-app-dev- mailing list
Emacs-app-dev-@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emacs-app-dev-

Reply via email to