A couple of changes to wxImage:
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 16 Feb 2002 01:45:30 +0000 (01:45 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 16 Feb 2002 01:45:30 +0000 (01:45 +0000)
commitfd94e8aa4563b22e7c66c379625a8373d20720aa
tree46e249f97e1757eb5d98de43bcd390911a579570
parent06534aa178485a9c509bb92b37022d52f4107e48
A couple of changes to wxImage:
1. changed wxBMP_foo, wxCUR_foo to wxIMAGE_OPTION_{BMP,CUR}_foo
   (with backward compatiblity macros, of course)
2. applied Chris' patch to update hotspot when scaling an image
3. applied Chris' patch to write a filename in XPM and generalized it
   to pass wxIMAGE_OPTION_FILENAME to all saving handlers

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14247 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/latex/wx/image.tex
include/wx/imagbmp.h
include/wx/image.h
samples/image/image.cpp
src/common/imagbmp.cpp
src/common/image.cpp
src/common/imagxpm.cpp