all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* NS/Appkit: frame visibility and application activated
@ 2010-08-03 19:46 David Reitter
  0 siblings, 0 replies; only message in thread
From: David Reitter @ 2010-08-03 19:46 UTC (permalink / raw)
  To: Emacs-Devel devel

After doing (make_frame_invisible nil t) on the only visible frame, and then switching the application away and back again to Emacs,

- the NS port makes the frame visible, while
- the Mac/Appkit port doesn't make the frame visible.

The latter is the desired behavior.

In the NS port, the frame seems to be made visible (ordered in front) by the system, after the application receives the applicationWillBecomeActive: message, and despite my best efforts, I haven't figured out why that is, or why the Appkit port gets it right.  There is a "needsOrderFrontOnUnhide" flag for each frame, but that seems to apply only during Unhide, not in ApplicationActivated situations.




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-08-03 19:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-03 19:46 NS/Appkit: frame visibility and application activated David Reitter

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.