dix: move party_like_its_1989 into dix_priv.h

Internal symbol, no need to have it in public header.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1351>
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-03-01 17:15:50 +01:00 committed by Marge Bot
parent d8cbcfd601
commit 53e8ba3aff
2 changed files with 3 additions and 2 deletions

View File

@ -36,6 +36,9 @@ extern Bool touchEmulatePointer;
extern HWEventQueuePtr checkForInput[2];
/* -retro mode */
extern Bool party_like_its_1989;
static inline _X_NOTSAN Bool
InputCheckPending(void)
{

View File

@ -74,6 +74,4 @@ extern _X_EXPORT Bool NoListenAll;
extern _X_EXPORT Bool AllowByteSwappedClients;
extern Bool party_like_its_1989; /* -retro mode */
#endif /* OPAQUE_H */