emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: master e37eb7f: Add support for pixel wheel deltas on NS


From: Eli Zaretskii
Subject: Re: master e37eb7f: Add support for pixel wheel deltas on NS
Date: Thu, 25 Nov 2021 20:58:26 +0200

> From: Stefan Monnier <monnier@iro.umontreal.ca>
> Cc: Robert Pluim <rpluim@gmail.com>,  luangruo@yahoo.com,  emacs-devel@gnu.org
> Date: Thu, 25 Nov 2021 13:46:21 -0500
> 
> >>     Po> +
> >>     Po> +  DEFVAR_BOOL ("x-coalesce-scroll-events", 
> >> x_coalesce_scroll_events,
> >>     Po> +         doc: /* SKIP: real doc in xterm.c.  */);
> >>     Po> +  x_coalesce_scroll_events = true;
> >>     Po> +
> >> 
> >> We now have 3 definitions of x-coalesce-scroll-events. Is there not
> >> somewhere more generic where you can put it? (and I suspect we can
> >> drop the x- bit).
> >
> > keyboard.c, perhaps?
> 
> Maybe a new `gui.c` where can put some of the code shared between the
> various GUI-specific files?

We already have that: xdisp.c.  But this is not GUI, this is about
input events.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]