mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 16:10:29 +00:00
- Rename gdi entry flag.
svn path=/trunk/; revision=40081
This commit is contained in:
parent
baa5b4b9e6
commit
9fdb6d5596
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
#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 */
|
||||
#define GDI_ENTRY_ALLOCATE_LAL 0x80 /* Object Allocated with Look aside List */
|
||||
|
||||
/*! \defgroup GDI object types
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue