unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: master 2e595b3: Fix tab-bar scrolling for mice that report mouse-wheel events
       [not found] ` <20210911105949.B381220A5E@vcs0.savannah.gnu.org>
@ 2021-09-11 13:00   ` Lars Ingebrigtsen
  2021-09-11 13:04     ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Lars Ingebrigtsen @ 2021-09-11 13:00 UTC (permalink / raw)
  To: emacs-devel; +Cc: Eli Zaretskii

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



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: master 2e595b3: Fix tab-bar scrolling for mice that report mouse-wheel events
  2021-09-11 13:00   ` master 2e595b3: Fix tab-bar scrolling for mice that report mouse-wheel events Lars Ingebrigtsen
@ 2021-09-11 13:04     ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2021-09-11 13:04 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: emacs-devel

> From: Lars Ingebrigtsen <larsi@gnus.org>
> Cc: Eli Zaretskii <eliz@gnu.org>
> Date: Sat, 11 Sep 2021 15:00:01 +0200
> 
> 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?

Yes, sorry about that.  I just fixed this a few minutes ago.

(Configuration-dependent struct members are baaad...)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-11 13:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210911105948.31476.46682@vcs0.savannah.gnu.org>
     [not found] ` <20210911105949.B381220A5E@vcs0.savannah.gnu.org>
2021-09-11 13:00   ` master 2e595b3: Fix tab-bar scrolling for mice that report mouse-wheel events Lars Ingebrigtsen
2021-09-11 13:04     ` Eli Zaretskii

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