dix: unexport CloseDownClient()

This function isn't used by 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/1383>
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-03-11 18:03:15 +01:00 committed by Marge Bot
parent d84fd3bf19
commit b335a0fa20
5 changed files with 9 additions and 2 deletions

View File

@ -28,6 +28,7 @@ in this Software without prior written authorization from The Open Group.
#include <dix-config.h>
#endif
#include "dix/dix_priv.h"
#include "dix/registry_priv.h"
#include "scrnintstr.h"

View File

@ -36,4 +36,6 @@ void ClearWorkQueue(void);
void ProcessWorkQueue(void);
void ProcessWorkQueueZombies(void);
void CloseDownClient(ClientPtr client);
#endif /* _XSERVER_DIX_PRIV_H */

View File

@ -53,6 +53,9 @@ SOFTWARE.
#include "misc.h"
#include <X11/Xproto.h>
#include <X11/extensions/XI2.h>
#include "dix/dix_priv.h"
#include "windowstr.h"
#include "inputstr.h"
#include "cursorstr.h"

View File

@ -160,8 +160,6 @@ extern _X_EXPORT ClientPtr GetCurrentClient(void);
extern _X_EXPORT void SetInputCheck(HWEventQueuePtr /*c0 */ ,
HWEventQueuePtr /*c1 */ );
extern _X_EXPORT void CloseDownClient(ClientPtr /*client */ );
extern _X_EXPORT void UpdateCurrentTime(void);
extern _X_EXPORT void UpdateCurrentTimeIf(void);

View File

@ -97,6 +97,9 @@ SOFTWARE.
#include <sys/uio.h>
#endif /* WIN32 */
#include "dix/dix_priv.h"
#include "misc.h" /* for typedef of pointer */
#include "osdep.h"
#include "opaque.h"