commit | f620b663a7dfc1f804b6c38a83d29e9cb14e6347 | [log] [tgz] |
---|---|---|
author | Nikolay Sivov <bunglehead@gmail.com> | Wed Jun 18 11:33:10 2008 +0400 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Jun 20 12:37:02 2008 +0200 |
tree | bc52524c84d0bad05e19ff0df66d7b33562adbca | |
parent | d4ae6fa1ea87a2efd671ef89c599c3c76d0717a9 [diff] [blame] |
gdiplus: Stub for GdipFlush.
diff --git a/include/gdiplusgpstubs.h b/include/gdiplusgpstubs.h index 9f7d092..c5e676d 100644 --- a/include/gdiplusgpstubs.h +++ b/include/gdiplusgpstubs.h
@@ -81,5 +81,6 @@ typedef Point GpPoint; typedef WrapMode GpWrapMode; typedef Color GpColor; +typedef FlushIntention GpFlushIntention; #endif