xfree86: xf86.h: unexport xf86ProcessActionEvent()
Not used by any external drivers. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
b488330e3b
commit
889c73cf1f
|
@ -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 xf86ProcessActionEvent(ActionEvent action, void *arg);
|
||||
extern _X_EXPORT Bool xf86VTOwner(void);
|
||||
extern _X_EXPORT void xf86VTEnter(void);
|
||||
extern _X_EXPORT void xf86EnableInputDeviceForVTSwitch(InputInfoPtr pInfo);
|
||||
|
|
|
@ -19,5 +19,6 @@ void xf86InitOrigins(void);
|
|||
|
||||
/* xf86Events.c */
|
||||
InputHandlerProc xf86SetConsoleHandler(InputHandlerProc handler, void *data);
|
||||
void xf86ProcessActionEvent(ActionEvent action, void *arg);
|
||||
|
||||
#endif /* _XSERVER_XF86_PRIV_H */
|
||||
|
|
|
@ -42,7 +42,7 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
#include "scrnintstr.h"
|
||||
#include "windowstr.h"
|
||||
|
||||
#include "xf86.h"
|
||||
#include "xf86_priv.h"
|
||||
|
||||
int
|
||||
XkbDDXTerminateServer(DeviceIntPtr dev, KeyCode key, XkbAction *act)
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
#include "windowstr.h"
|
||||
#include "os.h"
|
||||
#include "xf86.h"
|
||||
#include "xf86_priv.h"
|
||||
|
||||
int
|
||||
XkbDDXPrivate(DeviceIntPtr dev, KeyCode key, XkbAction *act)
|
||||
|
|
|
@ -42,7 +42,7 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
#include "scrnintstr.h"
|
||||
#include "windowstr.h"
|
||||
|
||||
#include "xf86.h"
|
||||
#include "xf86_priv.h"
|
||||
|
||||
int
|
||||
XkbDDXSwitchScreen(DeviceIntPtr dev, KeyCode key, XkbAction *act)
|
||||
|
|
Loading…
Reference in New Issue