mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-06-19 00:48:26 +02:00
os: unexport OnlyListenToOneClient()
Not used by any drivers, 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/1385>
(cherry picked from commit d18ef33099)
This commit is contained in:
parent
ba89e22e7e
commit
a94f1f04d9
2 changed files with 2 additions and 2 deletions
|
|
@ -150,8 +150,6 @@ static inline void RemoveNotifyFd(int fd)
|
|||
(void) SetNotifyFd(fd, NULL, X_NOTIFY_NONE, NULL);
|
||||
}
|
||||
|
||||
extern _X_EXPORT int OnlyListenToOneClient(ClientPtr /*client */ );
|
||||
|
||||
extern _X_EXPORT void ListenToAllClients(void);
|
||||
|
||||
extern _X_EXPORT void IgnoreClient(ClientPtr /*client */ );
|
||||
|
|
|
|||
|
|
@ -245,4 +245,6 @@ extern void (*OsVendorVErrorFProc) (const char *, va_list args)
|
|||
void MakeClientGrabPervious(ClientPtr client);
|
||||
void MakeClientGrabImpervious(ClientPtr client);
|
||||
|
||||
int OnlyListenToOneClient(ClientPtr client);
|
||||
|
||||
#endif /* _OSDEP_H_ */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue