mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 21:11:54 +00:00
[UXTHEME] Properly initialize transparent.
svn path=/trunk/; revision=67408
This commit is contained in:
parent
f82802d3d6
commit
51b0710f1e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue