* Re: master 892abde34e0: Respect mouse-fine-graned-tracking in touch screen simple translation
[not found] ` <20240720032900.B61A5C3535F@vcs2.savannah.gnu.org>
@ 2024-07-20 4:01 ` Stefan Kangas
2024-07-20 4:39 ` Po Lu
0 siblings, 1 reply; 2+ messages in thread
From: Stefan Kangas @ 2024-07-20 4:01 UTC (permalink / raw)
To: Po Lu, emacs-devel
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: master 892abde34e0: Respect mouse-fine-graned-tracking in touch screen simple translation
2024-07-20 4:01 ` master 892abde34e0: Respect mouse-fine-graned-tracking in touch screen simple translation Stefan Kangas
@ 2024-07-20 4:39 ` Po Lu
0 siblings, 0 replies; 2+ messages in thread
From: Po Lu @ 2024-07-20 4:39 UTC (permalink / raw)
To: Stefan Kangas; +Cc: emacs-devel
Stefan Kangas <stefankangas@gmail.com> writes:
> 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.
Please retry.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-07-20 4:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <172144614027.13524.2493683327502297861@vcs2.savannah.gnu.org>
[not found] ` <20240720032900.B61A5C3535F@vcs2.savannah.gnu.org>
2024-07-20 4:01 ` master 892abde34e0: Respect mouse-fine-graned-tracking in touch screen simple translation Stefan Kangas
2024-07-20 4:39 ` Po Lu
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.