From 7e4da4bd18b7e90d7c984e251c20314f6df80264 Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Sat, 10 May 2008 18:10:36 +0000 Subject: [PATCH] move the undoc DC_BITMAP to ntgdityp.h header after advice from fireball and kjk svn path=/trunk/; revision=33416 --- reactos/include/psdk/wingdi.h | 6 ------ reactos/include/reactos/win32k/ntgdityp.h | 5 +++++ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/reactos/include/psdk/wingdi.h b/reactos/include/psdk/wingdi.h index 69a5a6494c6..8113b5448db 100644 --- a/reactos/include/psdk/wingdi.h +++ b/reactos/include/psdk/wingdi.h @@ -813,12 +813,6 @@ extern "C" { #define SYSTEM_FONT 13 #define SYSTEM_FIXED_FONT 16 #define DEFAULT_PALETTE 15 - -/* NOTE DC_BITMAP or the value are not documented in MSDN or ms header - * it return a 1x1 1Bpp Bitmap in all case from GetStockObject - */ -#define DC_BITMAP 21 - #if (_WIN32_WINNT >= 0x0500) #define DC_BRUSH 18 #define DC_PEN 19 diff --git a/reactos/include/reactos/win32k/ntgdityp.h b/reactos/include/reactos/win32k/ntgdityp.h index e87c556ff81..c8c00a58a49 100644 --- a/reactos/include/reactos/win32k/ntgdityp.h +++ b/reactos/include/reactos/win32k/ntgdityp.h @@ -159,6 +159,11 @@ typedef enum GDILoObjType typedef DWORD FULLSCREENCONTROL; typedef DWORD LFTYPE; +/* NOTE DC_BITMAP or the value are not documented in MSDN or ms header + * it return a 1x1 1Bpp Bitmap in all case from GetStockObject + */ +#define DC_BITMAP 21 + /* DEFINES *******************************************************************/ #define GDIBATCHBUFSIZE 0x136*4