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: Stefan Monnier
Subject: Re: master e37eb7f: Add support for pixel wheel deltas on NS
Date: Thu, 25 Nov 2021 13:46:21 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

>>     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?


        Stefan




reply via email to

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