]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/files.lst
fixed compilation error
[wxWidgets.git] / src / x11 / files.lst
index 691edda06e686e2a6926fe6bd560d51a2d109edb..6b316bb672ded8a49cb1b6e000e8434d66f624eb 100644 (file)
@@ -27,6 +27,7 @@ ALL_SOURCES = \
                x11/pen.cpp \
                x11/popupwin.cpp \
                x11/region.cpp \
+               x11/reparent.cpp \
                x11/settings.cpp \
                x11/toplevel.cpp \
                x11/utils.cpp \
@@ -37,6 +38,7 @@ ALL_SOURCES = \
                generic/caret.cpp \
                generic/choicdgg.cpp \
                generic/colrdlgg.cpp \
+               generic/dcbuffer.cpp \
                generic/dcpsg.cpp \
                generic/dirctrlg.cpp \
                generic/dirdlgg.cpp \
@@ -49,7 +51,6 @@ ALL_SOURCES = \
                generic/gridsel.cpp \
                generic/helpext.cpp \
                generic/helphtml.cpp \
-               generic/helpwxht.cpp \
                generic/imaglist.cpp \
                generic/laywin.cpp \
                generic/listctrl.cpp \
@@ -78,6 +79,8 @@ ALL_SOURCES = \
                generic/treelay.cpp \
                generic/wizard.cpp \
                common/appcmn.cpp \
+               common/artprov.cpp \
+               common/artstd.cpp \
                common/bmpbase.cpp \
                common/choiccmn.cpp \
                common/clipcmn.cpp \
@@ -237,6 +240,7 @@ ALL_HEADERS = \
                accel.h \
                app.h \
                arrimpl.cpp \
+               artprov.h \
                bitmap.h \
                bmpbuttn.h \
                brush.h \
@@ -275,6 +279,7 @@ ALL_HEADERS = \
                dbkeyg.h \
                dbtable.h \
                dc.h \
+               dcbuffer.h \
                dcclient.h \
                dcmemory.h \
                dcprint.h \
@@ -299,6 +304,7 @@ ALL_HEADERS = \
                event.h \
                expr.h \
                fdrepdlg.h \
+               features.h \
                ffile.h \
                file.h \
                fileconf.h \
@@ -492,6 +498,7 @@ ALL_HEADERS = \
                x11/print.h \
                x11/private.h \
                x11/region.h \
+               x11/reparent.h \
                x11/settings.h \
                x11/toolbar.h \
                x11/toplevel.h \
@@ -551,7 +558,6 @@ ALL_HEADERS = \
                generic/gridg.h \
                generic/helpext.h \
                generic/helphtml.h \
-               generic/helpwxht.h \
                generic/imaglist.h \
                generic/laywin.h \
                generic/listctrl.h \
@@ -622,6 +628,7 @@ GUI_LOWLEVEL_OBJS = \
                pen.o \
                popupwin.o \
                region.o \
+               reparent.o \
                settings.o \
                toplevel.o \
                utils.o \
@@ -630,6 +637,8 @@ GUI_LOWLEVEL_OBJS = \
 COMMONOBJS = \
                parser.o \
                appcmn.o \
+               artprov.o \
+               artstd.o \
                bmpbase.o \
                choiccmn.o \
                clipcmn.o \
@@ -762,6 +771,7 @@ GENERICOBJS = \
                caret.o \
                choicdgg.o \
                colrdlgg.o \
+               dcbuffer.o \
                dcpsg.o \
                dirctrlg.o \
                dirdlgg.o \
@@ -774,7 +784,6 @@ GENERICOBJS = \
                gridsel.o \
                helpext.o \
                helphtml.o \
-               helpwxht.o \
                imaglist.o \
                laywin.o \
                listctrl.o \