randr: unexport and document RRPointerScreenConfigured()
Not usde 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
13d8ee893f
commit
930d3cb5ce
|
@ -650,9 +650,6 @@ extern _X_EXPORT Bool
|
|||
extern _X_EXPORT void
|
||||
RROutputDestroy(RROutputPtr output);
|
||||
|
||||
extern _X_EXPORT void
|
||||
RRPointerScreenConfigured(ScreenPtr pScreen);
|
||||
|
||||
/* rrproperty.c */
|
||||
|
||||
extern _X_EXPORT void
|
||||
|
|
|
@ -363,4 +363,12 @@ Bool RROutputInit(void);
|
|||
*/
|
||||
void RROutputInitErrorValue(void);
|
||||
|
||||
/*
|
||||
* When the screen is reconfigured, move all pointers to the nearest
|
||||
* CRTC
|
||||
*
|
||||
* @param pScreen the screen that had been reconfigured
|
||||
*/
|
||||
void RRPointerScreenConfigured(ScreenPtr pScreen);
|
||||
|
||||
#endif /* _XSERVER_RANDRSTR_PRIV_H_ */
|
||||
|
|
Loading…
Reference in New Issue