Author: fireball Date: Wed Jul 29 15:29:26 2009 New Revision: 42284
URL: http://svn.reactos.org/svn/reactos?rev=42284&view=rev Log: - Add surface object allocation tag.
Modified: branches/arwinss/reactos/subsystems/win32/win32k/include/tags.h
Modified: branches/arwinss/reactos/subsystems/win32/win32k/include/tags.h URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32... ============================================================================== --- branches/arwinss/reactos/subsystems/win32/win32k/include/tags.h [iso-8859-1] (original) +++ branches/arwinss/reactos/subsystems/win32/win32k/include/tags.h [iso-8859-1] Wed Jul 29 15:29:26 2009 @@ -9,6 +9,7 @@ #define TAG_DIB TAG('D', 'I', 'B', ' ') /* dib */ #define TAG_DRIVER TAG('G', 'D', 'R', 'V') /* video drivers */ #define TAG_GSEM TAG('G', 's', 'e', 'm') /* Gdi Semaphore */ +#define TAG_SURFOBJ TAG('S', 'R', 'F', 'O') /* surface object */ #define TAG_PALETTE TAG('G', 'l', 'a', '8') #define TAG_RTLREGISTRY TAG('R', 'q', 'r', 'v') /* RTL registry */ #define TAG_XLATEOBJ TAG('X', 'L', 'A', 'O') /* xlate object */