randr: make RRCrtcTransformSet() static
Only used locally inside rrcrtc.c, so no need to keep it exported. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
2484bcf474
commit
5a17f15f22
|
@ -667,17 +667,6 @@ extern _X_EXPORT RRTransformPtr RRCrtcGetTransform(RRCrtcPtr crtc);
|
|||
extern _X_EXPORT void
|
||||
RRCrtcDestroy(RRCrtcPtr crtc);
|
||||
|
||||
/*
|
||||
* Set the pending CRTC transformation
|
||||
*/
|
||||
|
||||
extern _X_EXPORT int
|
||||
RRCrtcTransformSet(RRCrtcPtr crtc,
|
||||
PictTransformPtr transform,
|
||||
struct pixman_f_transform *f_transform,
|
||||
struct pixman_f_transform *f_inverse,
|
||||
char *filter, int filter_len, xFixed * params, int nparams);
|
||||
|
||||
/*
|
||||
* Initialize crtc type
|
||||
*/
|
||||
|
|
|
@ -1065,7 +1065,7 @@ RRCrtcGammaSetSize(RRCrtcPtr crtc, int size)
|
|||
* Set the pending CRTC transformation
|
||||
*/
|
||||
|
||||
int
|
||||
static int
|
||||
RRCrtcTransformSet(RRCrtcPtr crtc,
|
||||
PictTransformPtr transform,
|
||||
struct pixman_f_transform *f_transform,
|
||||
|
|
Loading…
Reference in New Issue