X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a0cb0ba509fad1fb966d4d5277ff28071d7a8477..2e7b0a1617dbdada26531371627a1cd8a72e9149:/src/x11/files.lst?ds=sidebyside diff --git a/src/x11/files.lst b/src/x11/files.lst index e2c29117d2..528caf7182 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 \ @@ -473,6 +474,7 @@ ALL_HEADERS = \ x11/cursor.h \ x11/dataform.h \ x11/dataobj.h \ + x11/dataobj2.h \ x11/dc.h \ x11/dcclient.h \ x11/dcmemory.h \ @@ -491,6 +493,7 @@ ALL_HEADERS = \ x11/print.h \ x11/private.h \ x11/region.h \ + x11/reparent.h \ x11/settings.h \ x11/toolbar.h \ x11/toplevel.h \ @@ -530,6 +533,7 @@ ALL_HEADERS = \ univ/statusbr.h \ univ/textctrl.h \ univ/theme.h \ + univ/toolbar.h \ univ/toplevel.h \ univ/window.h \ generic/accel.h \ @@ -620,6 +624,7 @@ GUI_LOWLEVEL_OBJS = \ pen.o \ popupwin.o \ region.o \ + reparent.o \ settings.o \ toplevel.o \ utils.o \