xf86HandlePMEvents
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
ec62216b94
commit
e09537e1e5
|
@ -57,8 +57,6 @@ extern _X_EXPORT void xf86BusProbe(void);
|
|||
|
||||
/* xf86Events.c */
|
||||
|
||||
extern _X_EXPORT void
|
||||
xf86HandlePMEvents(int fd, void *data);
|
||||
extern _X_EXPORT int (*xf86PMGetEventFromOs) (int fd, pmEvent * events,
|
||||
int num);
|
||||
extern _X_EXPORT pmWait (*xf86PMConfirmEventToOs) (int fd, pmEvent event);
|
||||
|
|
|
@ -69,6 +69,7 @@ Bool xf86VTOwner(void);
|
|||
void xf86VTEnter(void);
|
||||
void xf86EnableInputDeviceForVTSwitch(InputInfoPtr pInfo);
|
||||
void xf86Wakeup(void *blockData, int err);
|
||||
void xf86HandlePMEvents(int fd, void *data);
|
||||
|
||||
/* xf86Helper.c */
|
||||
void xf86DeleteDriver(int drvIndex);
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
#include "os/log_priv.h"
|
||||
|
||||
#include "os.h"
|
||||
#include "xf86.h"
|
||||
#include "xf86_priv.h"
|
||||
#include "xf86Priv.h"
|
||||
#include "xf86_os_support.h"
|
||||
#include "xf86_OSproc.h"
|
||||
|
|
Loading…
Reference in New Issue