Commit 7e2beeec authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

user32: Forward more scroll bar messages to win32u.

parent b48fc2c2
......@@ -259,6 +259,14 @@ LRESULT WINAPI USER_ScrollBarProc( HWND hwnd, UINT message, WPARAM wParam, LPARA
case WM_KEYDOWN:
case WM_KEYUP:
case WM_ENABLE:
case WM_LBUTTONDBLCLK:
case WM_LBUTTONDOWN:
case WM_LBUTTONUP:
case WM_NCMOUSEMOVE:
case WM_NCMOUSELEAVE:
case WM_MOUSEMOVE:
case WM_MOUSELEAVE:
case WM_SYSTIMER:
case WM_SETFOCUS:
case WM_KILLFOCUS:
case WM_CREATE:
......
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