]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/colour.cpp
no message
[wxWidgets.git] / src / gtk1 / colour.cpp
index 5b465727f882e435ed78bd1042f1d68b7e985c98..13f981ebf2c7bd7f97fe8b55b6ec289d06b46d20 100644 (file)
@@ -15,7 +15,7 @@
 
 #include "wx/gdicmn.h"
 
 
 #include "wx/gdicmn.h"
 
-#ifdef USE_GDK_IMLIB
+#ifdef wxUSE_GDK_IMLIB
 #include "../gdk_imlib/gdk_imlib.h"
 #endif
 
 #include "../gdk_imlib/gdk_imlib.h"
 #endif
 
@@ -208,7 +208,7 @@ void wxColour::CalcPixel( GdkColormap *cmap )
   if ((M_COLDATA->m_hasPixel) && (M_COLDATA->m_colormap == cmap)) return;
   M_COLDATA->FreeColour();
   
   if ((M_COLDATA->m_hasPixel) && (M_COLDATA->m_colormap == cmap)) return;
   M_COLDATA->FreeColour();
   
-#ifdef USE_GDK_IMLIB
+#ifdef wxUSE_GDK_IMLIB
 
   int r = M_COLDATA->m_color.red >> SHIFT;
   int g = M_COLDATA->m_color.green >> SHIFT;
 
   int r = M_COLDATA->m_color.red >> SHIFT;
   int g = M_COLDATA->m_color.green >> SHIFT;