]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/files.lst
fixed WM_GETDLGCODE processing to include the bits returned by the DefWindowProc...
[wxWidgets.git] / src / x11 / files.lst
index 6b316bb672ded8a49cb1b6e000e8434d66f624eb..52fdd6903096005e3afe1e5b63b4dab6cc915656 100644 (file)
@@ -135,9 +135,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 \
@@ -214,6 +216,7 @@ ALL_SOURCES = \
                unix/snglinst.cpp \
                unix/threadpsx.cpp \
                unix/utilsunx.cpp \
+               unix/utilsx11.cpp \
                html/helpctrl.cpp \
                html/helpdata.cpp \
                html/helpfrm.cpp \
@@ -337,6 +340,7 @@ ALL_HEADERS = \
                helphtml.h \
                helpwin.h \
                icon.h \
+               iconbndl.h \
                imagbmp.h \
                image.h \
                imaggif.h \
@@ -500,6 +504,7 @@ ALL_HEADERS = \
                x11/region.h \
                x11/reparent.h \
                x11/settings.h \
+               x11/textctrl.h \
                x11/toolbar.h \
                x11/toplevel.h \
                x11/window.h \
@@ -583,6 +588,7 @@ ALL_HEADERS = \
                unix/fontutil.h \
                unix/gsockunx.h \
                unix/mimetype.h \
+               unix/utilsx11.h \
                html/forcelnk.h \
                html/helpctrl.h \
                html/helpdata.h \
@@ -693,9 +699,11 @@ COMMONOBJS = \
                hashmap.o \
                helpbase.o \
                http.o \
+               iconbndl.o \
                imagall.o \
                imagbmp.o \
                image.o \
+               imagfill.o \
                imaggif.o \
                imagiff.o \
                imagjpeg.o \
@@ -821,7 +829,8 @@ UNIXOBJS = \
                mimetype.o \
                snglinst.o \
                threadpsx.o \
-               utilsunx.o
+               utilsunx.o \
+               utilsx11.o
 
 HTMLOBJS = \
                helpctrl.o \