os: unexport ListenToAllClients()
It's just called by DIX, not by any drivers/modules, so no need to export it. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1387>
This commit is contained in:
parent
d18ef33099
commit
a0b69624f7
|
@ -147,8 +147,6 @@ static inline void RemoveNotifyFd(int fd)
|
|||
(void) SetNotifyFd(fd, NULL, X_NOTIFY_NONE, NULL);
|
||||
}
|
||||
|
||||
extern _X_EXPORT void ListenToAllClients(void);
|
||||
|
||||
extern _X_EXPORT void IgnoreClient(ClientPtr /*client */ );
|
||||
|
||||
extern _X_EXPORT void AttendClient(ClientPtr /*client */ );
|
||||
|
|
|
@ -193,4 +193,6 @@ void MakeClientGrabImpervious(ClientPtr client);
|
|||
|
||||
int OnlyListenToOneClient(ClientPtr client);
|
||||
|
||||
void ListenToAllClients(void);
|
||||
|
||||
#endif /* _OSDEP_H_ */
|
||||
|
|
Loading…
Reference in New Issue