]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/xpm/rgb.c
OS/2 fixes
[wxWidgets.git] / src / mac / xpm / rgb.c
index 0a0ae388c87e2c858e80b2072ad3f951fdbbee25..a5c4c355925f6cf1aa730499385b4901de88213a 100644 (file)
@@ -42,7 +42,7 @@
  * W. Snitily but has been modified for my special need
  */
 
-#include "xpmi.h"
+#include "XpmI.h"
 #include <ctype.h>
 
 #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;