xf86EnableInputDeviceForVTSwitch
This commit is contained in:
parent
31b7cd0b98
commit
bfe7050443
|
|
@ -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 xf86EnableInputDeviceForVTSwitch(InputInfoPtr pInfo);
|
||||
|
||||
/* xf86Helper.c */
|
||||
|
||||
|
|
|
|||
|
|
@ -22,5 +22,6 @@ InputHandlerProc xf86SetConsoleHandler(InputHandlerProc handler, void *data);
|
|||
void xf86ProcessActionEvent(ActionEvent action, void *arg);
|
||||
Bool xf86VTOwner(void);
|
||||
void xf86VTEnter(void);
|
||||
void xf86EnableInputDeviceForVTSwitch(InputInfoPtr pInfo);
|
||||
|
||||
#endif /* _XSERVER_XF86_PRIV_H */
|
||||
|
|
|
|||
Loading…
Reference in New Issue