restore the stream position in wxImageHandler itself instead of forcing all
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 22 May 2002 23:14:47 +0000 (23:14 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 22 May 2002 23:14:47 +0000 (23:14 +0000)
commit39d16996b7616bf8090b140db74fd0b52d50d169
tree3da728d7bd3fbdf6418689575865b9c4bec3b789
parent6307da56b8b2da3fc9774eeb9bad85883584e907
restore the stream position in wxImageHandler itself instead of forcing all
derived classes to do it themselves

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15642 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
12 files changed:
include/wx/image.h
src/common/gifdecod.cpp
src/common/imagbmp.cpp
src/common/image.cpp
src/common/imaggif.cpp
src/common/imagiff.cpp
src/common/imagjpeg.cpp
src/common/imagpcx.cpp
src/common/imagpng.cpp
src/common/imagpnm.cpp
src/common/imagtiff.cpp
src/common/xpmdecod.cpp