Commit 29ebb5b3 authored by Gabriel Ivăncescu's avatar Gabriel Ivăncescu Committed by Alexandre Julliard

win32u: Initialize the tracking_info for NtUserDrawScrollBar params.

parent fbf4544f
......@@ -354,6 +354,7 @@ void draw_scroll_bar( HWND hwnd, HDC hdc, int bar, enum SCROLL_HITTEST hit_test,
params.hdc = hdc;
params.bar = bar;
params.hit_test = hit_test;
params.tracking_info = *tracking_info;
params.arrows = draw_arrows;
params.interior = draw_interior;
KeUserModeCallback( NtUserDrawScrollBar, &params, sizeof(params), &ret_ptr, &ret_len );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment