[ros-diffs] [jimtabor] 32830: Update POLYPATBLT.

jimtabor at svn.reactos.org jimtabor at svn.reactos.org
Thu Apr 3 19:51:41 CEST 2008


Author: jimtabor
Date: Thu Apr  3 12:51:41 2008
New Revision: 32830

URL: http://svn.reactos.org/svn/reactos?rev=32830&view=rev
Log:
Update POLYPATBLT.

Modified:
    trunk/reactos/include/psdk/ntgdi.h

Modified: trunk/reactos/include/psdk/ntgdi.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/ntgdi.h?rev=32830&r1=32829&r2=32830&view=diff
==============================================================================
--- trunk/reactos/include/psdk/ntgdi.h [iso-8859-1] (original)
+++ trunk/reactos/include/psdk/ntgdi.h [iso-8859-1] Thu Apr  3 12:51:41 2008
@@ -61,7 +61,14 @@
     DWORD dwFlags;
 } LOGCOLORSPACEEXW, *PLOGCOLORSPACEEXW;
 
-typedef struct _POLYPATBLT POLYPATBLT, *PPOLYPATBLT;
+typedef struct _POLYPATBLT
+{
+  INT nXLeft;
+  INT nYLeft;
+  INT nWidth;
+  INT nHeight;
+  HBRUSH hBrush;
+} POLYPATBLT, *PPOLYPATBLT;
 
 /* NtGdiAddRemoteMMInstanceToDC */
 typedef struct tagDOWNLOADDESIGNVECTOR



More information about the Ros-diffs mailing list