dix: unexport PickKeyboard()

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 17:00:28 +02:00
parent b592dc50db
commit 14dba35dac
5 changed files with 12 additions and 3 deletions

View File

@@ -428,4 +428,13 @@ extern CallbackListPtr DeviceEventCallback;
DeviceIntPtr PickPointer(ClientPtr pClient)
_X_ATTRIBUTE_NONNULL_ARG(1);
/*
* @brief pick an appropriate keyboard for the given client
*
* searching the list of devices for the keyboard device that is
* paired with the client's pointer.
*/
DeviceIntPtr PickKeyboard(ClientPtr client)
_X_ATTRIBUTE_NONNULL_ARG(1);
#endif /* _XSERVER_INPUT_PRIV_H */