mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
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:
@@ -527,4 +527,12 @@ void WindowHasNewCursor(WindowPtr pWin)
|
||||
*/
|
||||
void WindowsRestructured(void);
|
||||
|
||||
/*
|
||||
* @brief do post actions necessary whn screens have been restructured
|
||||
*
|
||||
* currently eg. fixing up cursors and their confinements (randr)
|
||||
*/
|
||||
void ScreenRestructured(ScreenPtr pScreen)
|
||||
_X_ATTRIBUTE_NONNULL_ARG(1);
|
||||
|
||||
#endif /* _XSERVER_DIX_PRIV_H */
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user