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=32... ============================================================================== --- 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