summaryrefslogtreecommitdiff
path: root/render/picturestr.h
diff options
context:
space:
mode:
authorLars Knoll <lars@trolltech.com>2005-06-15 14:51:12 +0000
committerLars Knoll <lars@trolltech.com>2005-06-15 14:51:12 +0000
commitc6166ee74137084775c7550b708c5f71f16e7d3f (patch)
treebf2246f71d672133d4b54d570570273f6a95a603 /render/picturestr.h
parentbd54b96034e640f202821eac0a2c40e66c1ddfd0 (diff)
Fix projective transformations in fbcompose.c Bugfix for convolution
filters
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 690e08f4d..a532e4e1c 100644
--- a/render/picturestr.h
+++ b/render/picturestr.h
@@ -527,6 +527,10 @@ Bool
PictureTransformPoint (PictTransformPtr transform,
PictVectorPtr vector);
+Bool
+PictureTransformPoint3d (PictTransformPtr transform,
+ PictVectorPtr vector);
+
void RenderExtensionInit (void);
Bool