to rgb(0,0,0) - hence no mask at all :-) Corrected related OS/2 code
as well (this is where the typo was introduced in the first place)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6134
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
*mask_pixel = 0;
#else
#ifdef __OS2__
*mask_pixel = 0;
#else
#ifdef __OS2__
- *mask_pixel = OS2RGB(0,0,0);
+ *mask_pixel = OS2RGB(255,255,255);
- *mask_pixel = RGB(0,0,0);
+ *mask_pixel = RGB(255,255,255);
#endif
#endif
/* store the color table index */
#endif
#endif
/* store the color table index */