]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/files.lst
use alpha channel in Blit() as well and not only in DrawBitmap()
[wxWidgets.git] / src / motif / files.lst
index f16c5df062ca3de9fffefa45ff9c109387f463ce..0295655a68600355bd0c00bd59c7f35ad880e485 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 \
@@ -520,6 +521,7 @@ ALL_HEADERS = \
                motif/cursor.h \
                motif/dataform.h \
                motif/dataobj.h \
+               motif/dataobj2.h \
                motif/dc.h \
                motif/dcclient.h \
                motif/dcmemory.h \
@@ -622,8 +624,10 @@ ALL_HEADERS = \
                protocol/ftp.h \
                protocol/http.h \
                protocol/protocol.h \
+               x11/bitmap.h \
                x11/brush.h \
-               x11/pen.h
+               x11/pen.h \
+               x11/privx.h
 
 COMMONOBJS = \
                accesscmn.o \
@@ -642,6 +646,7 @@ COMMONOBJS = \
                cshelp.o \
                ctrlcmn.o \
                ctrlsub.o \
+               datacmn.o \
                datetime.o \
                datstrm.o \
                db.o \
@@ -808,7 +813,6 @@ GUIOBJS = \
                xmcombo.o \
                accel.o \
                app.o \
-               bitmap.o \
                bmpbuttn.o \
                bmpmotif.o \
                button.o \
@@ -861,8 +865,10 @@ GUIOBJS = \
                toplevel.o \
                utils.o \
                window.o \
+               bitmap.o \
                brush.o \
-               pen.o
+               pen.o \
+               utilsx.o
 
 UNIXOBJS = \
                dialup.o \