]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/files.lst
use on gdk_draw_lines() call instead of multiple gdk_draw_line() ones (patch 717012)
[wxWidgets.git] / src / motif / files.lst
index f16c5df062ca3de9fffefa45ff9c109387f463ce..8e0dfe314ed9dcf0711d90061821ba1764d250c2 100644 (file)
@@ -60,6 +60,7 @@ ALL_SOURCES = \
                common/cshelp.cpp \
                common/ctrlcmn.cpp \
                common/ctrlsub.cpp \
+               common/datacmn.cpp \
                common/datetime.cpp \
                common/datstrm.cpp \
                common/db.cpp \
@@ -178,7 +179,6 @@ ALL_SOURCES = \
                common/zstream.cpp \
                motif/accel.cpp \
                motif/app.cpp \
-               motif/bitmap.cpp \
                motif/bmpbuttn.cpp \
                motif/bmpmotif.cpp \
                motif/button.cpp \
@@ -231,8 +231,10 @@ ALL_SOURCES = \
                motif/toplevel.cpp \
                motif/utils.cpp \
                motif/window.cpp \
+               x11/bitmap.cpp \
                x11/brush.cpp \
                x11/pen.cpp \
+               x11/utilsx.cpp \
                unix/dialup.cpp \
                unix/dir.cpp \
                unix/fontenum.cpp \
@@ -506,7 +508,6 @@ ALL_HEADERS = \
                zstream.h \
                motif/accel.h \
                motif/app.h \
-               motif/bitmap.h \
                motif/bmpbuttn.h \
                motif/bmpmotif.h \
                motif/button.h \
@@ -622,6 +623,7 @@ ALL_HEADERS = \
                protocol/ftp.h \
                protocol/http.h \
                protocol/protocol.h \
+               x11/bitmap.h \
                x11/brush.h \
                x11/pen.h
 
@@ -642,6 +644,7 @@ COMMONOBJS = \
                cshelp.o \
                ctrlcmn.o \
                ctrlsub.o \
+               datacmn.o \
                datetime.o \
                datstrm.o \
                db.o \
@@ -808,7 +811,6 @@ GUIOBJS = \
                xmcombo.o \
                accel.o \
                app.o \
-               bitmap.o \
                bmpbuttn.o \
                bmpmotif.o \
                button.o \
@@ -861,8 +863,10 @@ GUIOBJS = \
                toplevel.o \
                utils.o \
                window.o \
+               bitmap.o \
                brush.o \
-               pen.o
+               pen.o \
+               utilsx.o
 
 UNIXOBJS = \
                dialup.o \