Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
74e77c27
Commit
74e77c27
authored
Jun 26, 1999
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
Fixed various problems related to bitmaps and flat toolbars.
parent
b73d53c0
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
91 additions
and
111 deletions
+91
-111
toolbar.c
dlls/comctl32/toolbar.c
+89
-109
toolbar.h
include/toolbar.h
+2
-2
No files found.
dlls/comctl32/toolbar.c
View file @
74e77c27
This diff is collapsed.
Click to expand it.
include/toolbar.h
View file @
74e77c27
...
...
@@ -46,8 +46,8 @@ typedef struct tagTOOLBAR_INFO
INT
nOldHit
;
INT
nHotItem
;
/* index of the "hot" item */
HFONT
hFont
;
/* text font */
HIMAGELIST
himl
Std
;
/* standard image list for TB_ADDBITMAP command
*/
HIMAGELIST
himlDef
;
/* default image list
for TB_SETIMAGELIST
*/
HIMAGELIST
himl
Int
;
/* image list created internally
*/
HIMAGELIST
himlDef
;
/* default image list */
HIMAGELIST
himlHot
;
/* hot image list */
HIMAGELIST
himlDis
;
/* disabled image list */
HWND
hwndToolTip
;
/* handle to tool tip control */
...
...
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