dix: unexport InitBlockAndWakeupHandlers()

Not supposed to be called by 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 19:43:55 +02:00
parent f069b91c8a
commit 2f7ba4bf32
2 changed files with 5 additions and 2 deletions

View File

@ -568,4 +568,9 @@ void BlockHandler(void *timeout);
*/
void WakeupHandler(int result);
/*
* @brief initialize the block and wakeup handlers
*/
void InitBlockAndWakeupHandlers(void);
#endif /* _XSERVER_DIX_PRIV_H */

View File

@ -193,8 +193,6 @@ extern _X_EXPORT void RemoveBlockAndWakeupHandlers(ServerBlockHandlerProcPtr blo
ServerWakeupHandlerProcPtr wakeupHandler,
void *blockData);
extern _X_EXPORT void InitBlockAndWakeupHandlers(void);
extern _X_EXPORT Bool QueueWorkProc(Bool (*function)(ClientPtr clientUnused,
void *closure),
ClientPtr client,