- Added one more gdi entry flag with notes.

svn path=/trunk/; revision=40075
This commit is contained in:
James Tabor 2009-03-17 18:18:20 +00:00
parent 64b42346d2
commit abb0a44950

View file

@ -42,9 +42,10 @@
#define GDI_ENTRY_UPPER_SHIFT 16
/* GDI Entry Flags */
#define GDI_ENTRY_UNDELETABLE 1
#define GDI_ENTRY_DELETING 2
#define GDI_ENTRY_VALIDATE_VIS 4
#define GDI_ENTRY_UNDELETABLE 1 // Mark Object as nonremovable
#define GDI_ENTRY_DELETING 2 // Used when deleting Font Objects
#define GDI_ENTRY_VALIDATE_VIS 4 // Validating Visible region data
#define GDI_ENTRY_ALOC_LAL 0x80 // Object Allocated with Look aside List
/*! \defgroup GDI object types
*