]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/files.lst
buggy cast == buggy scrolling in Life!
[wxWidgets.git] / src / gtk1 / files.lst
index 6431a7cc7bf9888a7a063518bfbf11658bcaf2a3..955714a70f074b85d90daa9e9888add34edce149 100644 (file)
@@ -20,7 +20,6 @@ ALL_SOURCES = \
                generic/gridsel.cpp \
                generic/helpext.cpp \
                generic/helphtml.cpp \
-               generic/helpwxht.cpp \
                generic/imaglist.cpp \
                generic/laywin.cpp \
                generic/listctrl.cpp \
@@ -105,9 +104,11 @@ ALL_SOURCES = \
                common/hashmap.cpp \
                common/helpbase.cpp \
                common/http.cpp \
+               common/iconbndl.cpp \
                common/imagall.cpp \
                common/imagbmp.cpp \
                common/image.cpp \
+               common/imagfill.cpp \
                common/imaggif.cpp \
                common/imagiff.cpp \
                common/imagjpeg.cpp \
@@ -245,6 +246,7 @@ ALL_SOURCES = \
                unix/snglinst.cpp \
                unix/threadpsx.cpp \
                unix/utilsunx.cpp \
+               unix/utilsx11.cpp \
                html/helpctrl.cpp \
                html/helpdata.cpp \
                html/helpfrm.cpp \
@@ -368,6 +370,7 @@ ALL_HEADERS = \
                helphtml.h \
                helpwin.h \
                icon.h \
+               iconbndl.h \
                imagbmp.h \
                image.h \
                imaggif.h \
@@ -580,7 +583,6 @@ ALL_HEADERS = \
                generic/gridg.h \
                generic/helpext.h \
                generic/helphtml.h \
-               generic/helpwxht.h \
                generic/imaglist.h \
                generic/laywin.h \
                generic/listctrl.h \
@@ -606,6 +608,7 @@ ALL_HEADERS = \
                unix/fontutil.h \
                unix/gsockunx.h \
                unix/mimetype.h \
+               unix/utilsx11.h \
                html/forcelnk.h \
                html/helpctrl.h \
                html/helpdata.h \
@@ -682,9 +685,11 @@ COMMONOBJS = \
                hashmap.o \
                helpbase.o \
                http.o \
+               iconbndl.o \
                imagall.o \
                imagbmp.o \
                image.o \
+               imagfill.o \
                imaggif.o \
                imagiff.o \
                imagjpeg.o \
@@ -772,7 +777,6 @@ GUIOBJS = \
                gridsel.o \
                helpext.o \
                helphtml.o \
-               helpwxht.o \
                imaglist.o \
                laywin.o \
                listctrl.o \
@@ -884,7 +888,6 @@ GUI_LOWLEVEL_OBJS = \
                gridsel.o \
                helpext.o \
                helphtml.o \
-               helpwxht.o \
                imaglist.o \
                laywin.o \
                listctrl.o \
@@ -951,7 +954,8 @@ UNIXOBJS = \
                mimetype.o \
                snglinst.o \
                threadpsx.o \
-               utilsunx.o
+               utilsunx.o \
+               utilsx11.o
 
 HTMLOBJS = \
                helpctrl.o \