mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-25 01:59:56 +00:00
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:
@@ -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_ */
|
||||
|
||||
Reference in New Issue
Block a user