user32: Call SCROLL_DrawScrollBar() to draw arrows in SCROLL_HandleScrollEvent().
commitb5abd534941e3b2559832d9afcb758a266e7eb29
authorZhiyi Zhang <zzhang@codeweavers.com>
Mon, 5 Jul 2021 12:32:22 +0000 (5 20:32 +0800)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 5 Jul 2021 15:40:39 +0000 (5 17:40 +0200)
treec11db42696d51be384f2828dfba0456a0865a296
parent5541cf32c55a43b6acb5a50afb4b10204a73e479
user32: Call SCROLL_DrawScrollBar() to draw arrows in SCROLL_HandleScrollEvent().

So that SCROLL_DrawScrollBar() can eventually be hooked by a themed scroll bar drawing function and
use a single function to draw scroll bars, instead of hooking multiple scroll bar drawing functions
that draw different parts.

Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/user32/controls.h
dlls/user32/scroll.c