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:
parent
d8cbcfd601
commit
53e8ba3aff
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue