emacs-devel
[Top][All Lists]
Advanced

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

Re: master 2e595b3: Fix tab-bar scrolling for mice that report mouse-whe


From: Lars Ingebrigtsen
Subject: Re: master 2e595b3: Fix tab-bar scrolling for mice that report mouse-wheel events
Date: Sat, 11 Sep 2021 15:00:01 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

eliz@gnu.org (Eli Zaretskii) writes:

> branch: master
> commit 2e595b3e8b887068e47e64116d5a910c1045a229
> Author: Eli Zaretskii <eliz@gnu.org>
> Commit: Eli Zaretskii <eliz@gnu.org>
>
>     Fix tab-bar scrolling for mice that report mouse-wheel events
>
>     * src/keyboard.c (make_lispy_position): Call

The build broke (on Debian), and I guess it's this change?

make -C src VCSWITNESS='$(srcdir)/../.git/logs/HEAD' 
BIN_DESTDIR=''/usr/local/bin/'' \
         ELN_DESTDIR='/usr/local/lib/emacs/28.0.50/' all
make[1]: Entering directory '/home/larsi/src/emacs/trunk/src'
  CC       keyboard.o
keyboard.c: In function 'make_lispy_position':
keyboard.c:5108:23: error: 'struct frame' has no member named 
'tool_bar_window'; did you mean 'tab_bar_window'?
 5108 |       || (WINDOWP (f->tool_bar_window)
      |                       ^~~~~~~~~~~~~~~
      |                       tab_bar_window
keyboard.c:5109:31: error: 'struct frame' has no member named 
'tool_bar_window'; did you mean 'tab_bar_window'?
 5109 |    && EQ (window_or_frame, f->tool_bar_window)))
      |                               ^~~~~~~~~~~~~~~
      |                               tab_bar_window
make[1]: *** [Makefile:386: keyboard.o] Error 1

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

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