diff --git a/randr/randrstr.h b/randr/randrstr.h index 5b637e0d8..3c3f225f1 100644 --- a/randr/randrstr.h +++ b/randr/randrstr.h @@ -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 diff --git a/randr/randrstr_priv.h b/randr/randrstr_priv.h index 130b97b44..90e389a9f 100644 --- a/randr/randrstr_priv.h +++ b/randr/randrstr_priv.h @@ -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_ */