]> git.eshelyaron.com Git - emacs.git/commit
Fix compilation on builds with native rectangle structures
authorPo Lu <luangruo@yahoo.com>
Sat, 20 Jul 2024 04:39:33 +0000 (12:39 +0800)
committerEshel Yaron <me@eshelyaron.com>
Mon, 22 Jul 2024 10:34:48 +0000 (12:34 +0200)
commitebc1974fe806e8cd30dd409754e9928300b2df51
tree7b12efc665dbd64658545212bc228764dab779b8
parent25d2215b00c954c0b938a57511ada391c53bcb69
Fix compilation on builds with native rectangle structures

* src/androidgui.h (CONVERT_TO_NATIVE_RECT)
(CONVERT_FROM_EMACS_RECT): Delete redundant macro definitions.

* src/xdisp.c (Fremember_mouse_glyph) [CONVERT_TO_EMACS_RECT]:
Expand CONVERT_TO_EMACS_RECT to convert native rectangles into
a readable format if required.  Reported by Stefan Kangas
<stefankangas@gmail.com>.

(cherry picked from commit 358dbbb723b735eddd3f821ffeaf5382778433bd)
src/androidgui.h
src/xdisp.c