xf86Wakeup
This commit is contained in:
parent
7b09734927
commit
ec62216b94
|
|
@ -57,8 +57,6 @@ extern _X_EXPORT void xf86BusProbe(void);
|
|||
|
||||
/* xf86Events.c */
|
||||
|
||||
extern _X_EXPORT void
|
||||
xf86Wakeup(void *blockData, int err);
|
||||
extern _X_EXPORT void
|
||||
xf86HandlePMEvents(int fd, void *data);
|
||||
extern _X_EXPORT int (*xf86PMGetEventFromOs) (int fd, pmEvent * events,
|
||||
|
|
|
|||
|
|
@ -68,6 +68,7 @@ void xf86ProcessActionEvent(ActionEvent action, void *arg);
|
|||
Bool xf86VTOwner(void);
|
||||
void xf86VTEnter(void);
|
||||
void xf86EnableInputDeviceForVTSwitch(InputInfoPtr pInfo);
|
||||
void xf86Wakeup(void *blockData, int err);
|
||||
|
||||
/* xf86Helper.c */
|
||||
void xf86DeleteDriver(int drvIndex);
|
||||
|
|
|
|||
Loading…
Reference in New Issue