randr: make RRCrtcChanged() 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:
Enrico Weigelt, metux IT consult 2025-05-16 13:56:26 +02:00
parent c7faaf16ca
commit c6aa23769e
2 changed files with 1 additions and 8 deletions

View File

@ -588,13 +588,6 @@ RRSetCurrentConfig(ScreenPtr pScreen,
/* rrcrtc.c */
/*
* Notify the CRTC of some change; layoutChanged indicates that
* some position or size element changed
*/
extern _X_EXPORT void
RRCrtcChanged(RRCrtcPtr crtc, Bool layoutChanged);
/*
* Create a CRTC
*/

View File

@ -32,7 +32,7 @@ RESTYPE RRCrtcType = 0;
/*
* Notify the CRTC of some change
*/
void
static void
RRCrtcChanged(RRCrtcPtr crtc, Bool layoutChanged)
{
ScreenPtr pScreen = crtc->pScreen;