mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
add a bitmask for the flags in the gdi objects type field
svn path=/trunk/; revision=31223
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user