Author: jimtabor
Date: Mon Aug 27 10:57:46 2007
New Revision: 28592
URL:
http://svn.reactos.org/svn/reactos?rev=28592&view=rev
Log:
Add new gdi object type. Discovered and documented by Timo Kreuzer.
Modified:
trunk/reactos/include/reactos/win32k/ntgdihdl.h
Modified: trunk/reactos/include/reactos/win32k/ntgdihdl.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/win32k/ntg…
==============================================================================
--- trunk/reactos/include/reactos/win32k/ntgdihdl.h (original)
+++ trunk/reactos/include/reactos/win32k/ntgdihdl.h Mon Aug 27 10:57:46 2007
@@ -53,6 +53,7 @@
#define GDI_OBJECT_TYPE_METADC 0x00660000
#define GDI_OBJECT_TYPE_METAFILE 0x00260000
#define GDI_OBJECT_TYPE_ENHMETAFILE 0x00460000
+#define GDI_OBJECT_TYPE_ENUMFONT 0x00160000
/* Following object types made up for ROS */
#define GDI_OBJECT_TYPE_DONTCARE 0x007f0000
/** Not really an object type. Forces GDI_FreeObj to be silent. */