xf86VTLeave static

This commit is contained in:
Enrico Weigelt, metux IT consult 2025-05-21 10:43:32 +02:00
parent 879aa81333
commit b7ba1925b7
2 changed files with 1 additions and 2 deletions

View File

@ -153,7 +153,6 @@ extern _X_EXPORT void SetTimeSinceLastInputEvent(void);
extern _X_EXPORT void *xf86AddGeneralHandler(int fd, InputHandlerProc proc,
void *data);
extern _X_EXPORT int xf86RemoveGeneralHandler(void *handler);
extern _X_EXPORT void xf86VTLeave(void);
extern _X_EXPORT void xf86VTEnter(void);
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 xf86EnableGeneralHandler(void *handler);
void
static void
xf86VTLeave(void)
{
int i;