|
From: | Lars Ingebrigtsen |
Subject: | Re: master b7f227ed8b 2/2: ; * src/xterm.c (XTset_vertical_scroll_bar): Fix typo in last change. |
Date: | Sun, 31 Jul 2022 08:57:23 +0200 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) |
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]
[Prev in Thread] | Current Thread | [Next in Thread] |