Module: wine Branch: master Commit: c19e0a6371e3200051e0b22781a33cd361c9a7d3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=c19e0a6371e3200051e0b22781...
Author: Ethan Chen echen@thunder-08-L Date: Fri Mar 7 04:47:35 2008 -0800
include: Add GdipBitmapUnlockBits to include/gdiplusflat.h.
---
include/gdiplusflat.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/gdiplusflat.h b/include/gdiplusflat.h index ae09118..fe7bdbb 100644 --- a/include/gdiplusflat.h +++ b/include/gdiplusflat.h @@ -244,6 +244,7 @@ GpStatus WINGDIPAPI GdipBitmapGetPixel(GpBitmap*,INT,INT,ARGB*); GpStatus WINGDIPAPI GdipBitmapSetPixel(GpBitmap*,INT,INT,ARGB); GpStatus WINGDIPAPI GdipBitmapLockBits(GpBitmap*,GDIPCONST GpRect*,UINT, PixelFormat,BitmapData*); +GpStatus WINGDIPAPI GdipBitmapUnlockBits(GpBitmap*,BitmapData*); GpStatus WINGDIPAPI GdipConvertToEmfPlus(const GpGraphics*,GpMetafile*,INT*, EmfType,const WCHAR*,GpMetafile**); GpStatus WINGDIPAPI GdipConvertToEmfPlusToFile(const GpGraphics*,GpMetafile*,INT*,const WCHAR*,EmfType,const WCHAR*,GpMetafile**);