summaryrefslogtreecommitdiff
path: root/randr/randrstr.h
diff options
context:
space:
mode:
authorMichal Suchanek <hramrach@gmail.com>2012-04-24 18:15:17 +0200
committerDave Airlie <airlied@redhat.com>2012-05-14 13:16:54 +0100
commit5595e7ce0735db6f82e1fe9df45434826019bf9e (patch)
tree68a2fc44be683ae06bbc1da70a3e711ab829fa73 /randr/randrstr.h
parentc59c9dac84301f8eb2a0e4a09a8839146aa5a069 (diff)
randr: Remove redundant declaration.
Signed-off-by: Michal Suchanek <hramrach@gmail.com> Reviewed-by: Dave Airlie <airlied@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'randr/randrstr.h')
-rw-r--r--randr/randrstr.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/randr/randrstr.h b/randr/randrstr.h
index 273885de7..1c0e9d4db 100644
--- a/randr/randrstr.h
+++ b/randr/randrstr.h
@@ -575,25 +575,6 @@ extern _X_EXPORT void
RRCrtcGetScanoutSize(RRCrtcPtr crtc, int *width, int *height);
/*
- * Compute the complete transformation matrix including
- * client-specified transform, rotation/reflection values and the crtc
- * offset.
- *
- * Return TRUE if the resulting transform is not a simple translation.
- */
-extern _X_EXPORT Bool
-
-RRTransformCompute(int x,
- int y,
- int width,
- int height,
- Rotation rotation,
- RRTransformPtr rr_transform,
- PictTransformPtr transform,
- struct pict_f_transform *f_transform,
- struct pict_f_transform *f_inverse);
-
-/*
* Return crtc transform
*/
extern _X_EXPORT RRTransformPtr RRCrtcGetTransform(RRCrtcPtr crtc);