randr: unexport and document RRDeliverCrtcEvent()
Not used by any external drivers, so no need to keep it exported. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
ca6b72e362
commit
6d3ffc2197
|
@ -572,9 +572,6 @@ RRCrtcNotify(RRCrtcPtr crtc,
|
|||
Rotation rotation,
|
||||
RRTransformPtr transform, int numOutputs, RROutputPtr * outputs);
|
||||
|
||||
extern _X_EXPORT void
|
||||
RRDeliverCrtcEvent(ClientPtr client, WindowPtr pWin, RRCrtcPtr crtc);
|
||||
|
||||
/*
|
||||
* Request that the Crtc be reconfigured
|
||||
*/
|
||||
|
|
|
@ -184,4 +184,13 @@ Bool RRCrtcExists(ScreenPtr pScreen, RRCrtcPtr findCrtc);
|
|||
*/
|
||||
void RRCrtcSetTransformSupport(RRCrtcPtr crtc, Bool transforms);
|
||||
|
||||
/*
|
||||
* Deliver CRTC update event to given client
|
||||
*
|
||||
* @param pClient the client to send event to
|
||||
* @param pWin the window whose screen had been changed
|
||||
* @param crtc the CRTC that had been changed
|
||||
*/
|
||||
void RRDeliverCrtcEvent(ClientPtr pClient, WindowPtr pWin, RRCrtcPtr crtc);
|
||||
|
||||
#endif /* _XSERVER_RANDRSTR_PRIV_H_ */
|
||||
|
|
Loading…
Reference in New Issue