]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/image.h
remove wxSocketManager::CreateSocket() function, we don't need to have different...
[wxWidgets.git] / include / wx / image.h
index b09aaf2ed1b518b9b071c3f62380aef21f68c10b..ffb1e3777b9025115efecc1a81c1bab59144a9e3 100644 (file)
@@ -36,6 +36,9 @@
 
 #define wxIMAGE_OPTION_RESOLUTIONUNIT        wxString(_T("ResolutionUnit"))
 
+#define wxIMAGE_OPTION_MAX_WIDTH             wxString(_T("MaxWidth"))
+#define wxIMAGE_OPTION_MAX_HEIGHT            wxString(_T("MaxHeight"))
+
 // constants used with wxIMAGE_OPTION_RESOLUTIONUNIT
 //
 // NB: don't change these values, they correspond to libjpeg constants