summaryrefslogtreecommitdiffstats
path: root/client/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/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/Makefile.am')
-rw-r--r--client/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/Makefile.am b/client/Makefile.am
index b453e943..c59b6f31 100644
--- a/client/Makefile.am
+++ b/client/Makefile.am
@@ -10,6 +10,7 @@ RED_COMMON_SRCS = \
audio_devices.h \
cache.hpp \
cairo_canvas.cpp \
+ pixman_utils.cpp \
canvas.cpp \
canvas.h \
canvas_utils.cpp \