unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Stefan Kangas <stefankangas@gmail.com>
To: Po Lu <luangruo@yahoo.com>, emacs-devel@gnu.org
Subject: Re: master 892abde34e0: Respect mouse-fine-graned-tracking in touch screen simple translation
Date: Fri, 19 Jul 2024 21:01:13 -0700	[thread overview]
Message-ID: <CADwFkmm+T_6TZingTW7CfsV6OG6NusLNET+9w+qsrd9kJ1Np9A@mail.gmail.com> (raw)
In-Reply-To: <20240720032900.B61A5C3535F@vcs2.savannah.gnu.org>

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.



       reply	other threads:[~2024-07-20  4:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <172144614027.13524.2493683327502297861@vcs2.savannah.gnu.org>
     [not found] ` <20240720032900.B61A5C3535F@vcs2.savannah.gnu.org>
2024-07-20  4:01   ` Stefan Kangas [this message]
2024-07-20  4:39     ` master 892abde34e0: Respect mouse-fine-graned-tracking in touch screen simple translation Po Lu

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=CADwFkmm+T_6TZingTW7CfsV6OG6NusLNET+9w+qsrd9kJ1Np9A@mail.gmail.com \
    --to=stefankangas@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=luangruo@yahoo.com \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).