emacs-devel
[Top][All Lists]
Advanced

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

Re: master b7f227ed8b 2/2: ; * src/xterm.c (XTset_vertical_scroll_bar):


From: Po Lu
Subject: Re: master b7f227ed8b 2/2: ; * src/xterm.c (XTset_vertical_scroll_bar): Fix typo in last change.
Date: Sun, 31 Jul 2022 15:26:15 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux)

Lars Ingebrigtsen <larsi@gnus.org> writes:

> Lars Ingebrigtsen <larsi@gnus.org> writes:
>
>> With these scroll bar changes (probably), I'm getting the following
>> warning in a Gtk build:
>>
>> xterm.c: In function 'XTset_vertical_scroll_bar':
>> xterm.c:14936:7: warning: implicit declaration of function
>> 'x_scroll_bar_redraw'; did you mean 'x_scroll_bar_remove'?
>> [-Wimplicit-function-declaration]
>> 14936 |       x_scroll_bar_redraw (bar);
>>       |       ^~~~~~~~~~~~~~~~~~~
>>       |       x_scroll_bar_remove
>> xterm.c:14936:7: warning: nested extern declaration of
>> 'x_scroll_bar_redraw' [-Wnested-externs]
>
> And:
>
> /usr/bin/ld: xterm.o: in function `XTset_vertical_scroll_bar':
> /home/larsi/src/emacs/trunk/src/xterm.c:14936: undefined reference to 
> `x_scroll_bar_redraw'
> collect2: error: ld returned 1 exit status

Should be fixed now, thanks.  Could you (and others) also run a build
with --without-toolkit-scroll-bars for a while, and see if any visual
glitches come up in the scroll bars?

Thanks.


reply via email to

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