dix: unexport WakeupHandler()
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:
parent
9f0d07a7d9
commit
f069b91c8a
|
@ -561,4 +561,11 @@ Bool WindowIsParent(WindowPtr parent, WindowPtr child)
|
|||
*/
|
||||
void BlockHandler(void *timeout);
|
||||
|
||||
/*
|
||||
* @brief call the wakeup handlers
|
||||
*
|
||||
* @param result 32 bit opaque value from the wait
|
||||
*/
|
||||
void WakeupHandler(int result);
|
||||
|
||||
#endif /* _XSERVER_DIX_PRIV_H */
|
||||
|
|
|
@ -179,8 +179,6 @@ extern _X_EXPORT int dixLookupFontable(FontPtr *result,
|
|||
|
||||
extern _X_EXPORT void NoopDDA(void);
|
||||
|
||||
extern _X_EXPORT void WakeupHandler(int result);
|
||||
|
||||
typedef void (*ServerBlockHandlerProcPtr) (void *blockData,
|
||||
void *timeout);
|
||||
|
||||
|
|
Loading…
Reference in New Issue