diff options
author | Søren Sandmann Pedersen <sandmann@redhat.com> | 2007-06-11 09:16:46 -0400 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@redhat.com> | 2007-06-11 09:43:15 -0400 |
commit | 54e023cec07aa7e392da36e11d0a4667b8341370 (patch) | |
tree | 02f721162315f7ca9e957c3b04a18b8de9159045 /render/picturestr.h | |
parent | 5cbec267b6426960c90f6bcff1d051af5084538c (diff) |
Don't pass regions to pixman_image_composite() anymore.
Diffstat (limited to 'render/picturestr.h')
-rw-r--r-- | render/picturestr.h | 4 |
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, |