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: Robert Pluim
Subject: Re: master e37eb7f: Add support for pixel wheel deltas on NS
Date: Thu, 25 Nov 2021 11:26:17 +0100

>>>>> On Wed, 24 Nov 2021 22:09:23 -0500 (EST), oldosfan@savannah.gnu.org (Po 
>>>>> Lu) said:

    Po> branch: master
    Po> commit e37eb7f5c67f7da2c78688eda8968562fe75b767
    Po> Author: Po Lu <luangruo@yahoo.com>
    Po> Commit: Po Lu <luangruo@yahoo.com>

    Po>     Add support for pixel wheel deltas on NS
    
    Po>     * src/xterm.c (x_coalesce_scroll_events): Update doc string.
    Po>     * src/nsterm.c (- mouseDown): Report pixel scroll deltas.

nsterm.m, not .c. I guess you didnʼt use C-x 4 a to write the log
message.

    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).

Robert
-- 



reply via email to

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