]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/image.h
Small speed up to fonts and support for scaling.
[wxWidgets.git] / include / wx / image.h
index 848f5e324a36777d77b8577e5cc2d6773d42c58b..257fd9773bcdb45ad3713dcf86d2235794bc2b32 100644 (file)
@@ -97,7 +97,7 @@ public:
 
 WX_DECLARE_EXPORTED_HASH_MAP(unsigned long, wxImageHistogramEntry,
                              wxIntegerHash, wxIntegerEqual,
-                             wxImageHistogram)
+                             wxImageHistogram);
 
 //-----------------------------------------------------------------------------
 // wxImage
@@ -122,8 +122,8 @@ public:
 
 #if WXWIN_COMPATIBILITY_2_2 && wxUSE_GUI
     // conversion to/from wxBitmap (deprecated, use wxBitmap's methods instead):
-    wxImage( const wxBitmap &bitmap );
-    wxBitmap ConvertToBitmap() const;
+    wxDEPRECATED( wxImage(const wxBitmap &bitmap) );
+    wxDEPRECATED( wxBitmap ConvertToBitmap() const );
 #ifdef __WXGTK__
     wxBitmap ConvertToMonoBitmap( unsigned char red, unsigned char green, unsigned char blue ) const;
 #endif