[ros-dev] [ros-diffs] [greatlrd] 33411: adding a new define DC_BITMAP for GetStockObject

Filip Navara xnavara at volny.cz
Sat May 10 20:10:12 CEST 2008


"DC_BITMAP or the value are not documented in MSDN or ms header" ...
and that's precisely why the definition belongs to another (internal)
header file and not here.

F.

On Sat, May 10, 2008 at 7:37 PM,  <greatlrd at svn.reactos.org> wrote:
> Author: greatlrd
> Date: Sat May 10 12:37:43 2008
> New Revision: 33411
>
> URL: http://svn.reactos.org/svn/reactos?rev=33411&view=rev
> Log:
> adding a new define DC_BITMAP for GetStockObject
>
> Modified:
>    trunk/reactos/include/psdk/wingdi.h
>
> Modified: trunk/reactos/include/psdk/wingdi.h
> URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/wingdi.h?rev=33411&r1=33410&r2=33411&view=diff
> ==============================================================================
> --- trunk/reactos/include/psdk/wingdi.h [iso-8859-1] (original)
> +++ trunk/reactos/include/psdk/wingdi.h [iso-8859-1] Sat May 10 12:37:43 2008
> @@ -813,6 +813,12 @@
>  #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
>
>


More information about the Ros-dev mailing list