From abb0a4495040e005cb3246c94e708a72893e0383 Mon Sep 17 00:00:00 2001 From: James Tabor Date: Tue, 17 Mar 2009 18:18:20 +0000 Subject: [PATCH] - Added one more gdi entry flag with notes. svn path=/trunk/; revision=40075 --- reactos/include/reactos/win32k/ntgdihdl.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/reactos/include/reactos/win32k/ntgdihdl.h b/reactos/include/reactos/win32k/ntgdihdl.h index 244d8242a6f..c9f73c23074 100644 --- a/reactos/include/reactos/win32k/ntgdihdl.h +++ b/reactos/include/reactos/win32k/ntgdihdl.h @@ -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 *