unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Lars Ingebrigtsen <larsi@gnus.org>
To: emacs-devel@gnu.org
Cc: Eli Zaretskii <eliz@gnu.org>
Subject: Re: master 2e595b3: Fix tab-bar scrolling for mice that report mouse-wheel events
Date: Sat, 11 Sep 2021 15:00:01 +0200	[thread overview]
Message-ID: <87y283l12m.fsf@gnus.org> (raw)
In-Reply-To: <20210911105949.B381220A5E@vcs0.savannah.gnu.org> (Eli Zaretskii's message of "Sat, 11 Sep 2021 06:59:49 -0400 (EDT)")

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	other threads:[~2021-09-11 13:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20210911105948.31476.46682@vcs0.savannah.gnu.org>
     [not found] ` <20210911105949.B381220A5E@vcs0.savannah.gnu.org>
2021-09-11 13:00   ` Lars Ingebrigtsen [this message]
2021-09-11 13:04     ` master 2e595b3: Fix tab-bar scrolling for mice that report mouse-wheel events Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y283l12m.fsf@gnus.org \
    --to=larsi@gnus.org \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).