xserver: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Apr 17 01:36:50 UTC 2024


 include/os.h |    2 --
 os/osdep.h   |    2 ++
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit a0b69624f779aa4f5ef8cdec15d24e89063f49a5
Author: Enrico Weigelt, metux IT consult <info at metux.net>
Date:   Tue Mar 12 13:49:37 2024 +0100

    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 at metux.net>
    Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1387>

diff --git a/include/os.h b/include/os.h
index f38e6c4d8..e78f5a4c1 100644
--- a/include/os.h
+++ b/include/os.h
@@ -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 */ );
diff --git a/os/osdep.h b/os/osdep.h
index d93a5a926..138a04fcd 100644
--- a/os/osdep.h
+++ b/os/osdep.h
@@ -193,4 +193,6 @@ void MakeClientGrabImpervious(ClientPtr client);
 
 int OnlyListenToOneClient(ClientPtr client);
 
+void ListenToAllClients(void);
+
 #endif                          /* _OSDEP_H_ */


More information about the xorg-commit mailing list