xfree86: xf86.h: unexport xf86EnableInputDeviceForVTSwitch()

Not used by any external drivers.

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:46:03 +02:00
parent 32597da0ce
commit 8ab84103fd
2 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,6 @@ extern _X_EXPORT void SetTimeSinceLastInputEvent(void);
extern _X_EXPORT void *xf86AddGeneralHandler(int fd, InputHandlerProc proc, extern _X_EXPORT void *xf86AddGeneralHandler(int fd, InputHandlerProc proc,
void *data); void *data);
extern _X_EXPORT int xf86RemoveGeneralHandler(void *handler); extern _X_EXPORT int xf86RemoveGeneralHandler(void *handler);
extern _X_EXPORT void xf86EnableInputDeviceForVTSwitch(InputInfoPtr pInfo);
/* xf86Helper.c */ /* xf86Helper.c */

View File

@ -22,5 +22,6 @@ InputHandlerProc xf86SetConsoleHandler(InputHandlerProc handler, void *data);
void xf86ProcessActionEvent(ActionEvent action, void *arg); void xf86ProcessActionEvent(ActionEvent action, void *arg);
Bool xf86VTOwner(void); Bool xf86VTOwner(void);
void xf86VTEnter(void); void xf86VTEnter(void);
void xf86EnableInputDeviceForVTSwitch(InputInfoPtr pInfo);
#endif /* _XSERVER_XF86_PRIV_H */ #endif /* _XSERVER_XF86_PRIV_H */