X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0240e8b1aa935d43689b0b8ec36de3c06c1a4758..1ec46a5b35233f3c69c5b73e4b0b36f44c650633:/src/mac/xpm/rgb.c diff --git a/src/mac/xpm/rgb.c b/src/mac/xpm/rgb.c index 0a0ae388c8..a5c4c35592 100644 --- a/src/mac/xpm/rgb.c +++ b/src/mac/xpm/rgb.c @@ -42,7 +42,7 @@ * W. Snitily but has been modified for my special need */ -#include "xpmi.h" +#include "XpmI.h" #include #include "rgbtab.h" /* hard coded rgb.txt table */ @@ -75,7 +75,7 @@ xpmGetRgbName(rgbn, rgbn_max, red, green, blue) { int i; - unsigned long rgbVal; + RGBColor rgbVal; i = 0; while (i < numTheRGBRecords) { @@ -97,7 +97,7 @@ xpmGetRGBfromName(inname, r, g, b) { int left, right, middle; int cmp; - unsigned long rgbVal; + RGBColor rgbVal; char *name; char *grey, *p;