[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master 892abde34e0: Respect mouse-fine-graned-tracking in touch scre
From: |
Stefan Kangas |
Subject: |
Re: master 892abde34e0: Respect mouse-fine-graned-tracking in touch screen simple translation |
Date: |
Fri, 19 Jul 2024 21:01:13 -0700 |
Po Lu via Mailing list for Emacs changes <emacs-diffs@gnu.org> writes:
> branch: master
> commit 892abde34e052f7a9b1b27fcb27ded13b4ba3c04
> Author: Po Lu <luangruo@yahoo.com>
> Commit: Po Lu <luangruo@yahoo.com>
>
> Respect mouse-fine-graned-tracking in touch screen simple translation
>
> * lisp/touch-screen.el (touch-screen-current-tool): Expand doc
> string.
> (touch-screen-handle-point-update): Record extents of glyph
> beneath the mouse as computed by `remember_mouse_glyph' if
> necessary, and defer generation of mouse-movement events till
> the mouse exit it.
>
> * src/xdisp.c (Fremember_mouse_glyph): New function.
> (syms_of_xdisp): Define new subr.
xdisp.c:3025:20: error: no member named 'x' in 'struct _NSRect'
return list4i (r.x, r.y, r.width, r.height);
~ ^
xdisp.c:3025:25: error: no member named 'y' in 'struct _NSRect'
return list4i (r.x, r.y, r.width, r.height);
~ ^
xdisp.c:3025:30: error: no member named 'width' in 'struct _NSRect'
return list4i (r.x, r.y, r.width, r.height);
~ ^
xdisp.c:3025:39: error: no member named 'height' in 'struct _NSRect'
return list4i (r.x, r.y, r.width, r.height);
~ ^
4 errors generated.
- Re: master 892abde34e0: Respect mouse-fine-graned-tracking in touch screen simple translation,
Stefan Kangas <=