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
b901c8db
Commit
b901c8db
authored
Nov 12, 2008
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Nov 12, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shdocvw: Fix the COLOR_xxx usage.
parent
6b476208
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
dochost.c
dlls/shdocvw/dochost.c
+1
-1
oleobject.c
dlls/shdocvw/oleobject.c
+1
-1
No files found.
dlls/shdocvw/dochost.c
View file @
b901c8db
...
@@ -149,7 +149,7 @@ void create_doc_view_hwnd(DocHost *This)
...
@@ -149,7 +149,7 @@ void create_doc_view_hwnd(DocHost *This)
CS_PARENTDC
,
CS_PARENTDC
,
doc_view_proc
,
doc_view_proc
,
0
,
0
/* native uses 4*/
,
NULL
,
NULL
,
NULL
,
0
,
0
/* native uses 4*/
,
NULL
,
NULL
,
NULL
,
(
HBRUSH
)
COLOR_WINDOWFRAME
,
NULL
,
(
HBRUSH
)
(
COLOR_WINDOW
+
1
)
,
NULL
,
wszShell_DocObject_View
,
wszShell_DocObject_View
,
NULL
NULL
};
};
...
...
dlls/shdocvw/oleobject.c
View file @
b901c8db
...
@@ -83,7 +83,7 @@ static void create_shell_embedding_hwnd(WebBrowser *This)
...
@@ -83,7 +83,7 @@ static void create_shell_embedding_hwnd(WebBrowser *This)
CS_DBLCLKS
,
CS_DBLCLKS
,
shell_embedding_proc
,
shell_embedding_proc
,
0
,
0
/* native uses 8 */
,
NULL
,
NULL
,
NULL
,
0
,
0
/* native uses 8 */
,
NULL
,
NULL
,
NULL
,
(
HBRUSH
)
COLOR_WINDOWFRAME
,
NULL
,
(
HBRUSH
)
(
COLOR_WINDOW
+
1
)
,
NULL
,
wszShellEmbedding
,
wszShellEmbedding
,
NULL
NULL
};
};
...
...
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