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:
Enrico Weigelt, metux IT consult 2025-05-21 12:45:59 +02:00
parent 8ec5445ff0
commit 9f87f854ea
2 changed files with 1 additions and 2 deletions

View File

@ -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,

View File

@ -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);