]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/palette.cpp
VTK wrapper of vtkRenderWindow for wxPython. Tested on MSW so far.
[wxWidgets.git] / src / os2 / palette.cpp
index 889d289d4b14df9da61eaafb307f5451b1f998b2..cab9adfc9d4cee792875d693808b45011158dc43 100644 (file)
@@ -24,6 +24,9 @@
 
 #include "assert.h"
 
+#if !USE_SHARED_LIBRARIES
+IMPLEMENT_DYNAMIC_CLASS(wxPalette, wxGDIObject)
+#endif
 
 /*
  * Palette
@@ -91,6 +94,7 @@ bool wxPalette::Create(int n, const unsigned char *red, const unsigned char *gre
   M_PALETTEDATA->m_hPalette = (WXHPALETTE) CreatePalette((LPLOGPALETTE)npPal);
   LocalFree((HANDLE)npPal);
 */
+  return FALSE;
 }
 
 int wxPalette::GetPixel(const unsigned char red, const unsigned char green, const unsigned char blue) const