all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Keith David Bershatsky <esq@lawlist.com>
To: Emacs Devel <emacs-devel@gnu.org>
Subject: NS (darwin):  What is the utility of update_window?
Date: Sat, 27 Jul 2019 19:47:19 -0700	[thread overview]
Message-ID: <m25znm7u4o.wl%esq@lawlist.com> (raw)

It is my understanding that 7946445962372c4255180af45cb7c857f1b0b5fa provides compatibility with MacOS (Mojave) by restricting Emacs in such a way that nothing is written to the glass until the OS normally draws rectangles during the redisplay cycle -- forcing everything to happen with drawRect (expose_frame).

Other than marking dirty rectangles during update_window, does anything else useful occur during update_window on the NS port of Emacs?  If so, what else is accomplished during update_window?

BACKGROUND:  Based upon my observations, it would appear that Emacs does extra work on the NS port that is not needed on the W32 and X11 ports.  Whereas the W32 and X11 ports can update the glass during update_window, the NS port has to wait until a later point in time to accomplish almost same thing (but not as well).



             reply	other threads:[~2019-07-28  2:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-28  2:47 Keith David Bershatsky [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-07-28  3:13 NS (darwin): What is the utility of update_window? Keith David Bershatsky

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m25znm7u4o.wl%esq@lawlist.com \
    --to=esq@lawlist.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.