mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
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:
committed by
Marge Bot
parent
d84fd3bf19
commit
b335a0fa20
@@ -36,4 +36,6 @@ void ClearWorkQueue(void);
|
||||
void ProcessWorkQueue(void);
|
||||
void ProcessWorkQueueZombies(void);
|
||||
|
||||
void CloseDownClient(ClientPtr client);
|
||||
|
||||
#endif /* _XSERVER_DIX_PRIV_H */
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user