xfree86: xf86.h: make xf86VTLeave() static

Only used locally in xf86Events.c

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult 2025-05-21 10:43:32 +02:00
parent f905c7ea5b
commit edf87483ca
2 changed files with 1 additions and 2 deletions

View File

@ -182,7 +182,6 @@ extern _X_EXPORT InputHandlerProc xf86SetConsoleHandler(InputHandlerProc
handler, void *data); handler, void *data);
extern _X_EXPORT void xf86ProcessActionEvent(ActionEvent action, void *arg); extern _X_EXPORT void xf86ProcessActionEvent(ActionEvent action, void *arg);
extern _X_EXPORT Bool xf86VTOwner(void); extern _X_EXPORT Bool xf86VTOwner(void);
extern _X_EXPORT void xf86VTLeave(void);
extern _X_EXPORT void xf86VTEnter(void); extern _X_EXPORT void xf86VTEnter(void);
extern _X_EXPORT void xf86EnableInputDeviceForVTSwitch(InputInfoPtr pInfo); extern _X_EXPORT void xf86EnableInputDeviceForVTSwitch(InputInfoPtr pInfo);

View File

@ -345,7 +345,7 @@ static void xf86EnableInputHandler(void *handler);
static void xf86DisableGeneralHandler(void *handler); static void xf86DisableGeneralHandler(void *handler);
static void xf86EnableGeneralHandler(void *handler); static void xf86EnableGeneralHandler(void *handler);
void static void
xf86VTLeave(void) xf86VTLeave(void)
{ {
int i; int i;