]> git.saurik.com Git - wxWidgets.git/blobdiff - src/xpm/create.c
more minimal stuff
[wxWidgets.git] / src / xpm / create.c
index bef4c7963c8182e7247d8872a8fd53ec426f0ebc..1105c1fb3d3dde94aafc00c75d0f47da81a292f1 100644 (file)
@@ -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 */