mirror of
https://github.com/reactos/reactos.git
synced 2024-12-31 19:42:51 +00:00
move the undoc DC_BITMAP to ntgdityp.h header after advice from fireball and kjk
svn path=/trunk/; revision=33416
This commit is contained in:
parent
c6d6043053
commit
7e4da4bd18
2 changed files with 5 additions and 6 deletions
|
@ -813,12 +813,6 @@ extern "C" {
|
||||||
#define SYSTEM_FONT 13
|
#define SYSTEM_FONT 13
|
||||||
#define SYSTEM_FIXED_FONT 16
|
#define SYSTEM_FIXED_FONT 16
|
||||||
#define DEFAULT_PALETTE 15
|
#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)
|
#if (_WIN32_WINNT >= 0x0500)
|
||||||
#define DC_BRUSH 18
|
#define DC_BRUSH 18
|
||||||
#define DC_PEN 19
|
#define DC_PEN 19
|
||||||
|
|
|
@ -159,6 +159,11 @@ typedef enum GDILoObjType
|
||||||
typedef DWORD FULLSCREENCONTROL;
|
typedef DWORD FULLSCREENCONTROL;
|
||||||
typedef DWORD LFTYPE;
|
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 *******************************************************************/
|
/* DEFINES *******************************************************************/
|
||||||
|
|
||||||
#define GDIBATCHBUFSIZE 0x136*4
|
#define GDIBATCHBUFSIZE 0x136*4
|
||||||
|
|
Loading…
Reference in a new issue