Iain Arnell : gdiplus: Qualify reference to Gdiplus::Pixelformat.

Alexandre Julliard julliard at winehq.org
Wed Feb 2 12:30:16 CST 2011


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

Author: Iain Arnell <iarnell at gmail.com>
Date:   Wed Feb  2 10:20:31 2011 +0100

gdiplus: Qualify reference to Gdiplus::Pixelformat.

---

 include/gdiplusimaging.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/gdiplusimaging.h b/include/gdiplusimaging.h
index 42a00cb..7c199c3 100644
--- a/include/gdiplusimaging.h
+++ b/include/gdiplusimaging.h
@@ -110,7 +110,7 @@ public:
     UINT Width;
     UINT Height;
     INT Stride;
-    PixelFormat PixelFormat;
+    Gdiplus::PixelFormat PixelFormat;
     VOID* Scan0;
     UINT_PTR Reserved;
 };




More information about the wine-cvs mailing list