xfree86: xf86Priv.h: unexport xf86Wakeup()
Not used by any external drivers. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
8ec5445ff0
commit
9f87f854ea
|
@ -62,8 +62,6 @@ extern _X_EXPORT void xf86AddDevToEntity(int entityIndex, GDevPtr dev);
|
|||
|
||||
/* 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,
|
||||
|
|
|
@ -62,6 +62,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