]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/tbar95.h
applied patch 432814: saving BMP in 1, 4 and 8 bpp
[wxWidgets.git] / include / wx / msw / tbar95.h
index c6952d346a1fa6bdcb5714722926104661d8b7f4..50bcf72eb2f336df71e972e536eb2837913cead1 100644 (file)
@@ -102,6 +102,13 @@ protected:
 private:
     DECLARE_EVENT_TABLE()
     DECLARE_DYNAMIC_CLASS(wxToolBar)
+
+    static bool sm_coloursInit; // Have we initialized the colour table yet?
+    static long sm_stdColours[6]; // The RGB values of the standard 6 colours
+
+public:
+    void MapBitmap(WXHBITMAP bitmap, int width, int height);
+
 };
 
 #endif // wxUSE_TOOLBAR