]> git.saurik.com Git - wxWidgets.git/commit
image handlers moved to separate headers (imagbmp.h etc.) This change is backward...
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 15 Dec 1999 22:38:02 +0000 (22:38 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 15 Dec 1999 22:38:02 +0000 (22:38 +0000)
commit8f49300284e2c91095ae3ebe62cb3a6d424eac21
tree5f74339135d25d7e9572c4a93abb5213cdeb672e
parent1dbe87089bfd7d85fcc584f832ce61a94fc16082
image handlers moved to separate headers (imagbmp.h etc.) This change is backward compatible (all hdrs #included in image.h) and reduces executable size under GCC

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4979 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
14 files changed:
include/wx/imagbmp.h [new file with mode: 0644]
include/wx/image.h
include/wx/imaggif.h [new file with mode: 0644]
include/wx/imagjpeg.h [new file with mode: 0644]
include/wx/imagpcx.h [new file with mode: 0644]
include/wx/imagpng.h [new file with mode: 0644]
include/wx/imagpnm.h [new file with mode: 0644]
include/wx/imagtiff.h [new file with mode: 0644]
src/common/imagbmp.cpp
src/common/imaggif.cpp
src/common/imagpcx.cpp
src/common/imagpng.cpp
src/common/imagpnm.cpp
src/common/imagtiff.cpp