summaryrefslogtreecommitdiffstats
path: root/common/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 /common/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 'common/Makefile.am')
-rw-r--r--common/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
index 7fcdfe90..2d184406 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -3,6 +3,8 @@ NULL =
COMMON_SRCS = \
cairo_canvas.h \
cairo_canvas.c \
+ pixman_utils.h \
+ pixman_utils.c \
canvas_base.h \
canvas_base.c \
canvas_utils.h \