mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[UXTHEME] Properly initialize transparent.
svn path=/trunk/; revision=67408
This commit is contained in:
@@ -463,7 +463,7 @@ static HRESULT UXTHEME_DrawImageGlyph(HTHEME hTheme, HDC hdc, int iPartId,
|
||||
HDC hdcSrc = NULL;
|
||||
HGDIOBJ oldSrc = NULL;
|
||||
RECT rcSrc;
|
||||
INT transparent = FALSE;
|
||||
INT transparent = 0;
|
||||
COLORREF transparentcolor;
|
||||
int valign = VA_CENTER;
|
||||
int halign = HA_CENTER;
|
||||
|
||||
Reference in New Issue
Block a user