summaryrefslogtreecommitdiff
path: root/render/mipict.h
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2005-12-28 11:48:14 +0000
committerEric Anholt <anholt@freebsd.org>2005-12-28 11:48:14 +0000
commit08708f7d616a7c0a596fb71dd7acd76d45257fec (patch)
tree72801eec3487061267cbdbe1c2232b3c42288d5a /render/mipict.h
parent31d0fdde19598ce9375cc9638ad4e2c8b5af8d9a (diff)
Merge from xserver: Make the existing ChangePictureFilter and
ChangePictureTransform screen hooks get called at appropriate times.
Diffstat (limited to 'render/mipict.h')
-rw-r--r--render/mipict.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/render/mipict.h b/render/mipict.h
index e6e8b70fa..0c2ed04d5 100644
--- a/render/mipict.h
+++ b/render/mipict.h
@@ -71,6 +71,15 @@ void
miValidatePicture (PicturePtr pPicture,
Mask mask);
+int
+miChangePictureTransform (PicturePtr pPicture,
+ PictTransform *transform);
+
+int
+miChangePictureFilter (PicturePtr pPicture,
+ int filter,
+ xFixed *params,
+ int nparams);
Bool
miClipPicture (RegionPtr pRegion,