Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
7e2beeec
Commit
7e2beeec
authored
Aug 01, 2022
by
Jacek Caban
Committed by
Alexandre Julliard
Aug 01, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32: Forward more scroll bar messages to win32u.
Wine-Bug:
https://bugs.winehq.org/show_bug.cgi?id=53364
parent
b48fc2c2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
scroll.c
dlls/user32/scroll.c
+8
-0
No files found.
dlls/user32/scroll.c
View file @
7e2beeec
...
...
@@ -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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment