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>
This commit is contained in:
parent
c59c9dac84
commit
5595e7ce07
|
@ -574,25 +574,6 @@ extern _X_EXPORT Bool
|
||||||
extern _X_EXPORT void
|
extern _X_EXPORT void
|
||||||
RRCrtcGetScanoutSize(RRCrtcPtr crtc, int *width, int *height);
|
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
|
* Return crtc transform
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -57,6 +57,13 @@ RRTransformSetFilter(RRTransformPtr dst,
|
||||||
extern _X_EXPORT Bool
|
extern _X_EXPORT Bool
|
||||||
RRTransformCopy(RRTransformPtr dst, RRTransformPtr src);
|
RRTransformCopy(RRTransformPtr dst, RRTransformPtr src);
|
||||||
|
|
||||||
|
/*
|
||||||
|
* 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
|
extern _X_EXPORT Bool
|
||||||
|
|
||||||
RRTransformCompute(int x,
|
RRTransformCompute(int x,
|
||||||
|
|
Loading…
Reference in New Issue