X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f608bc673fb2c5fc92cfc1fa45933c3459947cfd..c3a4297caf03cb11defbf698dafc9a147b69a4de:/include/wx/defs.h diff --git a/include/wx/defs.h b/include/wx/defs.h index 2f26b650da..e717c38ff2 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -164,10 +164,10 @@ #endif #ifdef __WXMSW__ - #if defined(_WIN32) || defined(WIN32) || defined(__NT__) - #ifndef __WIN32__ - #define __WIN32__ - #endif + +#if defined(_WIN32) || defined(WIN32) || defined(__NT__) + #ifndef __WIN32__ + #define __WIN32__ #endif #endif @@ -1316,6 +1316,8 @@ enum { // Brush & Pen Stippling. Note that a stippled pen cannot be dashed!! // Note also that stippling a Pen IS meaningfull, because a Line is + wxSTIPPLE_MASK_OPAQUE, //mask is used for blitting monochrome using text fore and back ground colors + wxSTIPPLE_MASK, //mask is used for masking areas in the stipple bitmap (TO DO) // drawn with a Pen, and without any Brush -- and it can be stippled. wxSTIPPLE = 110, wxBDIAGONAL_HATCH,