From 7ed0f2e09ee9989854edf92ec598800739a3755c Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Wed, 21 May 2025 13:10:03 +0200 Subject: [PATCH] xf86HasTTYs --- hw/xfree86/common/xf86Priv.h | 3 --- hw/xfree86/common/xf86_priv.h | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/hw/xfree86/common/xf86Priv.h b/hw/xfree86/common/xf86Priv.h index 43a5cba6c..59a1ea5ee 100644 --- a/hw/xfree86/common/xf86Priv.h +++ b/hw/xfree86/common/xf86Priv.h @@ -55,7 +55,4 @@ extern _X_EXPORT int xf86DRMMasterFd; /* Command line argument for /* xf86Bus.c */ extern _X_EXPORT void xf86BusProbe(void); -extern _X_EXPORT Bool -xf86HasTTYs(void); - #endif /* _XF86PRIV_H */ diff --git a/hw/xfree86/common/xf86_priv.h b/hw/xfree86/common/xf86_priv.h index 21d886969..75f172d17 100644 --- a/hw/xfree86/common/xf86_priv.h +++ b/hw/xfree86/common/xf86_priv.h @@ -82,6 +82,7 @@ void xf86CloseLog(enum ExitCode error); /* xf86Init.c */ Bool xf86LoadModules(const char **list, void **optlist); +Bool xf86HasTTYs(void); /* xf86Mode.c */ const char * xf86ModeStatusToString(ModeStatus status);