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
b9760069
Commit
b9760069
authored
May 18, 2009
by
Nikolay Sivov
Committed by
Alexandre Julliard
May 19, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comctl32/toolbar: Remove superfluous forward declarations.
parent
9a0f6005
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
toolbar.c
dlls/comctl32/toolbar.c
+0
-3
No files found.
dlls/comctl32/toolbar.c
View file @
b9760069
...
...
@@ -246,15 +246,12 @@ static PIMLENTRY TOOLBAR_GetImageListEntry(const PIMLENTRY *pies, INT cies, INT
static
VOID
TOOLBAR_DeleteImageList
(
PIMLENTRY
**
pies
,
INT
*
cies
);
static
HIMAGELIST
TOOLBAR_InsertImageList
(
PIMLENTRY
**
pies
,
INT
*
cies
,
HIMAGELIST
himl
,
INT
id
);
static
LRESULT
TOOLBAR_LButtonDown
(
TOOLBAR_INFO
*
infoPtr
,
WPARAM
wParam
,
LPARAM
lParam
);
static
void
TOOLBAR_SetHotItemEx
(
TOOLBAR_INFO
*
infoPtr
,
INT
nHit
,
DWORD
dwReason
);
static
void
TOOLBAR_LayoutToolbar
(
TOOLBAR_INFO
*
infoPtr
);
static
LRESULT
TOOLBAR_AutoSize
(
TOOLBAR_INFO
*
infoPtr
);
static
void
TOOLBAR_CheckImageListIconSize
(
TOOLBAR_INFO
*
infoPtr
);
static
void
TOOLBAR_TooltipAddTool
(
const
TOOLBAR_INFO
*
infoPtr
,
const
TBUTTON_INFO
*
button
);
static
void
TOOLBAR_TooltipSetRect
(
const
TOOLBAR_INFO
*
infoPtr
,
const
TBUTTON_INFO
*
button
);
static
LRESULT
TOOLBAR_NotifyFormat
(
const
TOOLBAR_INFO
*
infoPtr
,
WPARAM
wParam
,
LPARAM
lParam
);
static
inline
int
default_top_margin
(
const
TOOLBAR_INFO
*
infoPtr
)
{
...
...
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