Author: tkreuzer
Date: Sat May 7 19:12:33 2011
New Revision: 51626
URL:
http://svn.reactos.org/svn/reactos?rev=51626&view=rev
Log:
[PSDK]
- add STAMP_DESIGNVECTOR and STAMP_AXESLIST definitions
Modified:
branches/GSoC_2011/GdiFontDriver/include/psdk/wingdi.h
Modified: branches/GSoC_2011/GdiFontDriver/include/psdk/wingdi.h
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/GdiFontDriver/include…
==============================================================================
--- branches/GSoC_2011/GdiFontDriver/include/psdk/wingdi.h [iso-8859-1] (original)
+++ branches/GSoC_2011/GdiFontDriver/include/psdk/wingdi.h [iso-8859-1] Sat May 7
19:12:33 2011
@@ -2720,6 +2720,8 @@
BYTE SourceConstantAlpha;
BYTE AlphaFormat;
} BLENDFUNCTION,*PBLENDFUNCTION,*LPBLENDFUNCTION;
+#define STAMP_DESIGNVECTOR (0x8000000 + 'd' + ('v' << 8))
+#define STAMP_AXESLIST (0x8000000 + 'a' + ('l' << 8))
#define MM_MAX_NUMAXES 16
typedef struct _DESIGNVECTOR {
DWORD dvReserved;