X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a7846525719dfd4949b0873f75fbfcb781185d52..f23208caccf81b0b34c5c11b466c6bd64fdf0f9d:/src/xpm/create.c diff --git a/src/xpm/create.c b/src/xpm/create.c index bef4c7963c..1105c1fb3d 100644 --- a/src/xpm/create.c +++ b/src/xpm/create.c @@ -563,9 +563,9 @@ SetColor(display, colormap, visual, colorname, color_index, *mask_pixel = 0; #else #ifdef __OS2__ - *mask_pixel = OS2RGB(0,0,0); + *mask_pixel = OS2RGB(255,255,255); #else - *mask_pixel = RGB(0,0,0); + *mask_pixel = RGB(255,255,255); #endif #endif /* store the color table index */