GdiFlush

Francois Gouget fgouget at free.fr
Sun Oct 7 20:42:20 CDT 2001



Changelog:

 * include/wingdi.h

   Add a prototype for GdiFlush


--
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
                  Hiroshima '45 - Czernobyl '86 - Windows '95
-------------- next part --------------
Index: include/wingdi.h
===================================================================
RCS file: /home/wine/wine/include/wingdi.h,v
retrieving revision 1.60
diff -u -r1.60 wingdi.h
--- include/wingdi.h	2001/09/07 15:27:51	1.60
+++ include/wingdi.h	2001/10/05 20:35:34
@@ -3106,6 +3106,7 @@
 BOOL      WINAPI FloodFill(HDC,INT,INT,COLORREF);
 BOOL      WINAPI FrameRgn(HDC,HRGN,HBRUSH,INT,INT);
 BOOL      WINAPI GdiComment(HDC,UINT,const BYTE *);
+BOOL      WINAPI GdiFlush();
 INT       WINAPI GetArcDirection(HDC);
 BOOL      WINAPI GetAspectRatioFilterEx(HDC,LPSIZE);
 LONG      WINAPI GetBitmapBits(HBITMAP,LONG,LPVOID);


More information about the wine-patches mailing list