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:
parent
32597da0ce
commit
8ab84103fd
|
@ -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 */
|
||||||
|
|
||||||
|
|
|
@ -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 */
|
||||||
|
|
Loading…
Reference in New Issue