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
8a1a2a95
Commit
8a1a2a95
authored
Jan 02, 2009
by
Andrew Talbot
Committed by
Alexandre Julliard
Jan 02, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comdlg32: Declare a function static.
parent
c8cf4211
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
cdlg.h
dlls/comdlg32/cdlg.h
+0
-2
colordlg.c
dlls/comdlg32/colordlg.c
+1
-1
No files found.
dlls/comdlg32/cdlg.h
View file @
8a1a2a95
...
...
@@ -193,8 +193,6 @@ BOOL CC_HookCallChk( const CHOOSECOLORW *lpcc );
int
CC_MouseCheckResultWindow
(
HWND
hDlg
,
LPARAM
lParam
);
LRESULT
CC_WMLButtonDown
(
HWND
hDlg
,
WPARAM
wParam
,
LPARAM
lParam
);
LRESULT
CC_WMLButtonUp
(
HWND
hDlg
,
WPARAM
wParam
,
LPARAM
lParam
);
LRESULT
CC_WMCommand
(
HWND
hDlg
,
WPARAM
wParam
,
LPARAM
lParam
,
WORD
notifyCode
,
HWND
hwndCtl
);
LRESULT
CC_WMMouseMove
(
HWND
hDlg
,
LPARAM
lParam
);
LRESULT
CC_WMPaint
(
HWND
hDlg
,
WPARAM
wParam
,
LPARAM
lParam
);
void
CC_SwitchToFullSize
(
HWND
hDlg
,
COLORREF
result
,
LPCRECT
lprect
);
...
...
dlls/comdlg32/colordlg.c
View file @
8a1a2a95
...
...
@@ -955,7 +955,7 @@ static LONG CC_WMInitDialog( HWND hDlg, WPARAM wParam, LPARAM lParam )
/***********************************************************************
* CC_WMCommand [internal]
*/
LRESULT
CC_WMCommand
(
HWND
hDlg
,
WPARAM
wParam
,
LPARAM
lParam
,
WORD
notifyCode
,
HWND
hwndCtl
)
static
LRESULT
CC_WMCommand
(
HWND
hDlg
,
WPARAM
wParam
,
LPARAM
lParam
,
WORD
notifyCode
,
HWND
hwndCtl
)
{
int
r
,
g
,
b
,
i
,
xx
;
UINT
cokmsg
;
...
...
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