=?UTF-8?Q?Fr=C3=A9d=C3=A9ric=20Delanoy=20?=: uxtheme: Use BOOL type where appropriate.

Alexandre Julliard julliard at winehq.org
Mon Oct 14 12:39:27 CDT 2013


Module: wine
Branch: master
Commit: 5181b1c4b8dfbca2ccf070f95c26d915fe330674
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=5181b1c4b8dfbca2ccf070f95c26d915fe330674

Author: Frédéric Delanoy <frederic.delanoy at gmail.com>
Date:   Fri Oct 11 22:43:01 2013 +0200

uxtheme: Use BOOL type where appropriate.

---

 dlls/uxtheme/draw.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/uxtheme/draw.c b/dlls/uxtheme/draw.c
index f204bff..d6225d2 100644
--- a/dlls/uxtheme/draw.c
+++ b/dlls/uxtheme/draw.c
@@ -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;




More information about the wine-cvs mailing list