mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +00:00
xkb: unexport XkbUseMsg()
Not used by any drivers, and wouldn't even make sense doing so, thus no need to keep it exported. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -209,9 +209,6 @@ typedef struct {
|
||||
|
||||
#define Status int
|
||||
|
||||
extern _X_EXPORT void XkbUseMsg(void
|
||||
);
|
||||
|
||||
extern _X_EXPORT int XkbProcessArguments(int /* argc */ ,
|
||||
char ** /* argv */ ,
|
||||
int /* i */
|
||||
|
||||
@@ -112,9 +112,9 @@ __stdcall unsigned long GetTickCount(void);
|
||||
#include "os/ddx_priv.h"
|
||||
#include "os/osdep.h"
|
||||
#include "os/serverlock.h"
|
||||
#include "xkb/xkbsrv_priv.h"
|
||||
|
||||
#include "dixstruct.h"
|
||||
#include "xkbsrv.h"
|
||||
#include "picture.h"
|
||||
#include "miinitext.h"
|
||||
#include "present.h"
|
||||
|
||||
@@ -111,6 +111,7 @@ int XkbGetEffectiveGroup(XkbSrvInfoPtr xkbi, XkbStatePtr xkbstate, CARD8 keycode
|
||||
void XkbMergeLockedPtrBtns(DeviceIntPtr master);
|
||||
|
||||
void XkbFakeDeviceButton(DeviceIntPtr dev, int press, int button);
|
||||
void XkbUseMsg(void);
|
||||
|
||||
|
||||
extern DevPrivateKeyRec xkbDevicePrivateKeyRec;
|
||||
|
||||
Reference in New Issue
Block a user