summaryrefslogtreecommitdiff
path: root/render/picturestr.h
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@redhat.com>2007-06-11 09:16:46 -0400
committerSøren Sandmann Pedersen <sandmann@redhat.com>2007-06-11 09:43:15 -0400
commit54e023cec07aa7e392da36e11d0a4667b8341370 (patch)
tree02f721162315f7ca9e957c3b04a18b8de9159045 /render/picturestr.h
parent5cbec267b6426960c90f6bcff1d051af5084538c (diff)
Don't pass regions to pixman_image_composite() anymore.
Diffstat (limited to 'render/picturestr.h')
-rw-r--r--render/picturestr.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/render/picturestr.h b/render/picturestr.h
index 9c41fc1f2..06530e260 100644
--- a/render/picturestr.h
+++ b/render/picturestr.h
@@ -661,6 +661,10 @@ AddTraps (PicturePtr pPicture,
int ntraps,
xTrap *traps);
+pixman_image_t *
+PixmanImageFromPicture (PicturePtr pPict,
+ Bool hasClip);
+
PicturePtr
CreateSolidPicture (Picture pid,
xRenderColor *color,