X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/842f5c94c94099dee89d919d8a24765098652fd5..f124ddf4502341eb60d41d27da7f24f4ae9fd25c:/src/x11/files.lst?ds=inline diff --git a/src/x11/files.lst b/src/x11/files.lst index beb49099b6..a7d9c25cf2 100644 --- a/src/x11/files.lst +++ b/src/x11/files.lst @@ -31,6 +31,7 @@ ALL_SOURCES = \ x11/settings.cpp \ x11/toplevel.cpp \ x11/utils.cpp \ + x11/utilsx.cpp \ x11/window.cpp \ generic/accel.cpp \ generic/busyinfo.cpp \ @@ -50,7 +51,6 @@ ALL_SOURCES = \ generic/gridctrl.cpp \ generic/gridsel.cpp \ generic/helpext.cpp \ - generic/helphtml.cpp \ generic/imaglist.cpp \ generic/laywin.cpp \ generic/listctrl.cpp \ @@ -91,6 +91,7 @@ ALL_SOURCES = \ common/cshelp.cpp \ common/ctrlcmn.cpp \ common/ctrlsub.cpp \ + common/datacmn.cpp \ common/datetime.cpp \ common/datstrm.cpp \ common/db.cpp \ @@ -339,7 +340,6 @@ ALL_HEADERS = \ hashmap.h \ help.h \ helpbase.h \ - helphtml.h \ helpwin.h \ icon.h \ iconbndl.h \ @@ -502,6 +502,7 @@ ALL_HEADERS = \ x11/pen.h \ x11/print.h \ x11/private.h \ + x11/privx.h \ x11/region.h \ x11/reparent.h \ x11/textctrl.h \ @@ -561,7 +562,6 @@ ALL_HEADERS = \ generic/gridctrl.h \ generic/gridg.h \ generic/helpext.h \ - generic/helphtml.h \ generic/imaglist.h \ generic/laywin.h \ generic/listctrl.h \ @@ -640,6 +640,7 @@ GUI_LOWLEVEL_OBJS = \ settings.o \ toplevel.o \ utils.o \ + utilsx.o \ window.o COMMONOBJS = \ @@ -659,6 +660,7 @@ COMMONOBJS = \ cshelp.o \ ctrlcmn.o \ ctrlsub.o \ + datacmn.o \ datetime.o \ datstrm.o \ db.o \ @@ -795,7 +797,6 @@ GENERICOBJS = \ gridctrl.o \ gridsel.o \ helpext.o \ - helphtml.o \ imaglist.o \ laywin.o \ listctrl.o \