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
e43edbd5
Commit
e43edbd5
authored
May 13, 2003
by
Vitaliy Margolen
Committed by
Alexandre Julliard
May 13, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rearrange members of HIMAGELIST to match Windows.
Reuse image and mask DCs.
parent
ed3417e3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
15 deletions
+16
-15
imagelist.c
dlls/comctl32/imagelist.c
+0
-0
imagelist.h
dlls/comctl32/imagelist.h
+16
-15
No files found.
dlls/comctl32/imagelist.c
View file @
e43edbd5
This diff is collapsed.
Click to expand it.
dlls/comctl32/imagelist.h
View file @
e43edbd5
...
@@ -29,28 +29,29 @@
...
@@ -29,28 +29,29 @@
/* the ones with offsets at the end are the same as in Windows */
/* the ones with offsets at the end are the same as in Windows */
struct
_IMAGELIST
struct
_IMAGELIST
{
{
DWORD
magic
;
/* 00:
'SAMX' */
DWORD
magic
;
/* 00:
'SAMX' */
INT
cCurImage
;
/* 04: ImageCount */
INT
cCurImage
;
/* 04: ImageCount */
INT
cMaxImage
;
/* 08: maximages */
INT
cMaxImage
;
/* 08: maximages */
DWORD
x3
;
INT
cGrow
;
/* 0c: cGrow */
INT
cx
;
/* 10: cx */
INT
cx
;
/* 10: cx */
INT
cy
;
/* 14: cy */
INT
cy
;
/* 14: cy */
DWORD
x4
;
DWORD
x4
;
UINT
flags
;
/* 1c: flags */
UINT
flags
;
/* 1c: flags */
DWORD
x5
;
COLORREF
clrFg
;
/* 20: foreground color */
COLORREF
clrBk
;
/* 24: bk
color */
COLORREF
clrBk
;
/* 24: backgournd
color */
HBITMAP
hbmImage
;
/* 30: images Bitmap */
HBITMAP
hbmMask
;
/* 34: masks Bitmap */
HDC
hdcImage
;
/* 38: images MemDC */
HDC
hdcMask
;
/* 3C: masks MemDC */
INT
nOvlIdx
[
15
];
/* 40: overlay images index */
/* not yet found out */
/* not yet found out */
HBITMAP
hbmImage
;
HBITMAP
hbmMask
;
HBRUSH
hbrBlend25
;
HBRUSH
hbrBlend25
;
HBRUSH
hbrBlend50
;
HBRUSH
hbrBlend50
;
COLORREF
clrFg
;
INT
cInitial
;
INT
cInitial
;
INT
cGrow
;
UINT
uBitsPixel
;
UINT
uBitsPixel
;
INT
nOvlIdx
[
15
];
};
};
#define IMAGELIST_MAGIC 0x53414D58
#define IMAGELIST_MAGIC 0x53414D58
...
...
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