]> git.eshelyaron.com Git - emacs.git/commit
Simplify bitmap reallocation on Android
authorPo Lu <luangruo@yahoo.com>
Sun, 16 Jun 2024 03:35:44 +0000 (11:35 +0800)
committerEshel Yaron <me@eshelyaron.com>
Mon, 17 Jun 2024 10:43:51 +0000 (12:43 +0200)
commit4f2cc5308d3f5772f235ff179c2591757e09fd02
tree72e1e53c53bcc8168f9e7527350ea9f91f2a82c5
parent7f09c59bb08e35b8504b035ba5cff973f365c46e
Simplify bitmap reallocation on Android

* java/org/gnu/emacs/EmacsView.java: Update outdated commentary.
(handleDirtyBitmap): Don't copy contents of the previous bitmap
to the new.
(onLayout): Unconditionally expose upon layout changes.

(cherry picked from commit 8d60b6bab8b95e4f3b350a8b093e8f60e3f83f69)
java/org/gnu/emacs/EmacsView.java