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
ba486ca1
Commit
ba486ca1
authored
May 29, 2013
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32: Forward font messages to the listview window.
parent
6a40d65b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
shlview.c
dlls/shell32/shlview.c
+2
-0
No files found.
dlls/shell32/shlview.c
View file @
ba486ca1
...
...
@@ -1717,6 +1717,8 @@ static LRESULT CALLBACK ShellView_WndProc(HWND hWnd, UINT uMessage, WPARAM wPara
break
;
case
WM_GETDLGCODE
:
return
SendMessageW
(
pThis
->
hWndList
,
uMessage
,
0
,
0
);
case
WM_SETFONT
:
return
SendMessageW
(
pThis
->
hWndList
,
WM_SETFONT
,
wParam
,
lParam
);
case
WM_GETFONT
:
return
SendMessageW
(
pThis
->
hWndList
,
WM_GETFONT
,
wParam
,
lParam
);
case
WM_DESTROY
:
RevokeDragDrop
(
pThis
->
hWnd
);
...
...
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