dix: unexport and document ScreenRestructured()

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:
Enrico Weigelt, metux IT consult
2025-05-23 16:44:03 +02:00
parent 83a443fed5
commit 5978217287
2 changed files with 8 additions and 5 deletions

View File

@@ -270,11 +270,6 @@ PickPointer(ClientPtr /* client */ );
extern _X_EXPORT DeviceIntPtr
PickKeyboard(ClientPtr /* client */ );
#ifdef RANDR
extern _X_EXPORT void
ScreenRestructured(ScreenPtr pScreen);
#endif
/*
* ServerGrabCallback stuff
*/