Separated wxImage::FloodFill from image.cpp

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14897 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2002-04-01 22:14:42 +00:00
parent fd7ab28c5e
commit 0fa784572f
21 changed files with 48 additions and 242 deletions

View File

@@ -108,6 +108,7 @@ ALL_SOURCES = \
common/imagall.cpp \
common/imagbmp.cpp \
common/image.cpp \
common/imagfill.cpp \
common/imaggif.cpp \
common/imagiff.cpp \
common/imagjpeg.cpp \
@@ -688,6 +689,7 @@ COMMONOBJS = \
imagall.o \
imagbmp.o \
image.o \
imagfill.o \
imaggif.o \
imagiff.o \
imagjpeg.o \