dix: unexport DeliverEvents() and fix return type

* not needed by any drivers, so no need to keep it exported
* correct return type is `enum EventDeliveryState`

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:08:25 +02:00
parent 9466dc3756
commit 3c8c213e1e
5 changed files with 27 additions and 8 deletions

View File

@@ -275,12 +275,6 @@ extern _X_EXPORT int
OtherClientGone(void *value,
XID id);
extern _X_EXPORT int
DeliverEvents(WindowPtr /*pWin */ ,
xEventPtr /*xE */ ,
int /*count */ ,
WindowPtr /*otherParent */ );
extern _X_EXPORT void
WriteEventsToClient(ClientPtr /*pClient */ ,
int /*count */ ,