xf86HasTTYs

This commit is contained in:
Enrico Weigelt, metux IT consult 2025-05-21 13:10:03 +02:00
parent 7718418acc
commit 7ed0f2e09e
2 changed files with 1 additions and 3 deletions

View File

@ -55,7 +55,4 @@ extern _X_EXPORT int xf86DRMMasterFd; /* Command line argument for
/* xf86Bus.c */ /* xf86Bus.c */
extern _X_EXPORT void xf86BusProbe(void); extern _X_EXPORT void xf86BusProbe(void);
extern _X_EXPORT Bool
xf86HasTTYs(void);
#endif /* _XF86PRIV_H */ #endif /* _XF86PRIV_H */

View File

@ -82,6 +82,7 @@ void xf86CloseLog(enum ExitCode error);
/* xf86Init.c */ /* xf86Init.c */
Bool xf86LoadModules(const char **list, void **optlist); Bool xf86LoadModules(const char **list, void **optlist);
Bool xf86HasTTYs(void);
/* xf86Mode.c */ /* xf86Mode.c */
const char * xf86ModeStatusToString(ModeStatus status); const char * xf86ModeStatusToString(ModeStatus status);