X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c08a4f0068a616f3726fd0403b3b75caac3fa702..54b5a795511dc79e04a8c99c146423d88a9434c0:/src/x11/files.lst diff --git a/src/x11/files.lst b/src/x11/files.lst index 691edda06e..6b316bb672 100644 --- a/src/x11/files.lst +++ b/src/x11/files.lst @@ -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 \