Commit 5181b1c4 authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

uxtheme: Use BOOL type where appropriate.

parent 28be1f78
......@@ -465,7 +465,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;
......
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