add a bitmask for the flags in the gdi objects type field

svn path=/trunk/; revision=31223
This commit is contained in:
Timo Kreuzer 2007-12-15 02:07:43 +00:00
parent 12096d19c4
commit e324228af3

View file

@ -36,6 +36,7 @@
#define GDI_ENTRY_REUSE_MASK 0x0000ff00
#define GDI_ENTRY_REUSE_INC 0x00000100
#define GDI_ENTRY_BASETYPE_MASK 0x001f0000
#define GDI_ENTRY_FLAGS_MASK 0xff000000
#define GDI_ENTRY_REUSECNT_SHIFT 8
#define GDI_ENTRY_UPPER_SHIFT 16