diff options
author | Lars Knoll <lars@trolltech.com> | 2005-06-15 14:51:12 +0000 |
---|---|---|
committer | Lars Knoll <lars@trolltech.com> | 2005-06-15 14:51:12 +0000 |
commit | c6166ee74137084775c7550b708c5f71f16e7d3f (patch) | |
tree | bf2246f71d672133d4b54d570570273f6a95a603 /render/picturestr.h | |
parent | bd54b96034e640f202821eac0a2c40e66c1ddfd0 (diff) |
Fix projective transformations in fbcompose.c Bugfix for convolution
filters
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 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 |