summaryrefslogtreecommitdiffstats
path: root/client/x11/Makefile.am
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-02-08 11:48:12 +0100
committerAlexander Larsson <alexl@redhat.com>2010-02-23 14:43:15 +0100
commit9091e763a80d368114100d8452e26af67c5829b3 (patch)
treecd1129b6bdebbe7957e5f98cb1bd85b725f7eabc /client/x11/Makefile.am
parent2233dd02a191200b5d33f0b37c32ebf05880c126 (diff)
downloadspice-9091e763a80d368114100d8452e26af67c5829b3.tar.gz
spice-9091e763a80d368114100d8452e26af67c5829b3.tar.xz
spice-9091e763a80d368114100d8452e26af67c5829b3.zip
Add pixman utilities
This includes: * pixman region from SpiceRects * rop2 enum * solid fill * solid fill with rop * tiled fill * tiled fill with rop * blit * blit with rop * copy rect
Diffstat (limited to 'client/x11/Makefile.am')
-rw-r--r--client/x11/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/x11/Makefile.am b/client/x11/Makefile.am
index c5efd861..e50c4ae6 100644
--- a/client/x11/Makefile.am
+++ b/client/x11/Makefile.am
@@ -71,6 +71,7 @@ RED_COMMON_SRCS = \
$(top_srcdir)/client/menu.cpp \
$(top_srcdir)/client/menu.h \
$(top_srcdir)/client/pixels_source.h \
+ $(top_srcdir)/client/pixman_utils.cpp \
$(top_srcdir)/client/platform.h \
$(top_srcdir)/client/playback_channel.cpp \
$(top_srcdir)/client/process_loop.cpp \