Commit 978137dc authored by Eric Kohl's avatar Eric Kohl Committed by Alexandre Julliard

Some minor improvements.

parent 6ef6825c
......@@ -14,6 +14,7 @@ struct _IMAGELIST
HBRUSH32 hbrBlend25;
HBRUSH32 hbrBlend50;
COLORREF clrBk;
COLORREF clrFg;
INT32 cInitial;
INT32 cGrow;
INT32 cMaxImage;
......@@ -26,7 +27,6 @@ struct _IMAGELIST
};
typedef struct _IMAGELIST *HIMAGELIST;
#endif /* __WINE_IMAGELIST_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment