Author: greatlrd Date: Sat May 10 13:10:36 2008 New Revision: 33416
URL: http://svn.reactos.org/svn/reactos?rev=33416&view=rev Log: move the undoc DC_BITMAP to ntgdityp.h header after advice from fireball and kjk
Modified: trunk/reactos/include/psdk/wingdi.h trunk/reactos/include/reactos/win32k/ntgdityp.h
Modified: trunk/reactos/include/psdk/wingdi.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/wingdi.h?rev=3... ============================================================================== --- trunk/reactos/include/psdk/wingdi.h [iso-8859-1] (original) +++ trunk/reactos/include/psdk/wingdi.h [iso-8859-1] Sat May 10 13:10:36 2008 @@ -813,12 +813,6 @@ #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
Modified: trunk/reactos/include/reactos/win32k/ntgdityp.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/win32k/ntgd... ============================================================================== --- trunk/reactos/include/reactos/win32k/ntgdityp.h [iso-8859-1] (original) +++ trunk/reactos/include/reactos/win32k/ntgdityp.h [iso-8859-1] Sat May 10 13:10:36 2008 @@ -158,6 +158,11 @@ /* FIXME: Unknown */ 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 *******************************************************************/