Module: wine Branch: master Commit: a0a3c25e84a4a5adb689c0b4702d01c1d4ace098 URL: https://gitlab.winehq.org/wine/wine/-/commit/a0a3c25e84a4a5adb689c0b4702d01c...
Author: Zebediah Figura zfigura@codeweavers.com Date: Wed Jan 18 19:46:06 2023 -0600
win32u: Make draw_scroll_bar() static.
---
dlls/win32u/scroll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/win32u/scroll.c b/dlls/win32u/scroll.c index ce3af5189d3..19a9a1379f4 100644 --- a/dlls/win32u/scroll.c +++ b/dlls/win32u/scroll.c @@ -282,7 +282,7 @@ static BOOL get_scroll_bar_rect( HWND hwnd, int bar, RECT *rect, int *arrow_size * * Redraw the whole scrollbar. */ -void draw_scroll_bar( HWND hwnd, HDC hdc, int bar, enum SCROLL_HITTEST hit_test, +static void draw_scroll_bar( HWND hwnd, HDC hdc, int bar, enum SCROLL_HITTEST hit_test, const struct SCROLL_TRACKING_INFO *tracking_info, BOOL draw_arrows, BOOL draw_interior ) {