projects
/
wine
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
gdi32: Don't set the bitfields when the dib section is BI_RGB.
[wine]
/
dlls
/
comctl32
/
imagelist.h
diff --git
a/dlls/comctl32/imagelist.h
b/dlls/comctl32/imagelist.h
index
a979ebf
..
f6f1d1b
100644
(file)
--- a/
dlls/comctl32/imagelist.h
+++ b/
dlls/comctl32/imagelist.h
@@
-53,6
+53,7
@@
struct _IMAGELIST
HBRUSH hbrBlend50;
INT cInitial;
UINT uBitsPixel;
+ char *has_alpha;
LONG ref; /* reference count */
};