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>
This commit is contained in:
parent
4c1795701c
commit
d18ef33099
|
@ -110,6 +110,7 @@ Equipment Corporation.
|
|||
#include "dix/registry_priv.h"
|
||||
#include "dix/screenint_priv.h"
|
||||
#include "os/auth.h"
|
||||
#include "os/osdep.h"
|
||||
|
||||
#include "windowstr.h"
|
||||
#include "dixfontstr.h"
|
||||
|
|
|
@ -147,8 +147,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 */ );
|
||||
|
|
|
@ -191,4 +191,6 @@ void OsAbort(void) _X_NORETURN;
|
|||
void MakeClientGrabPervious(ClientPtr client);
|
||||
void MakeClientGrabImpervious(ClientPtr client);
|
||||
|
||||
int OnlyListenToOneClient(ClientPtr client);
|
||||
|
||||
#endif /* _OSDEP_H_ */
|
||||
|
|
Loading…
Reference in New Issue