mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-26 08:15:24 +00:00
xkb: unexport XkbInitPrivates()
This isn't supposed to be called by drivers, so unexport it. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt, metux IT consult .
parent
8af850ffd1
commit
4042b503ff
@@ -209,8 +209,6 @@ typedef struct {
|
||||
|
||||
#define Status int
|
||||
|
||||
extern _X_EXPORT Bool XkbInitPrivates(void);
|
||||
|
||||
extern _X_EXPORT void XkbSetExtension(DeviceIntPtr device,
|
||||
ProcessInputProc proc);
|
||||
|
||||
|
||||
@@ -32,13 +32,12 @@
|
||||
|
||||
#include "dix/dix_priv.h"
|
||||
#include "dix/exevents_priv.h"
|
||||
#include "xkb/xkbsrv_priv.h" /* for XkbInitPrivates */
|
||||
|
||||
#include "extinit_priv.h"
|
||||
#include "exglobals.h"
|
||||
#include "xkbsrv.h" /* for XkbInitPrivates */
|
||||
#include "xserver-properties.h"
|
||||
#include "syncsrv.h"
|
||||
|
||||
#include "protocol-common.h"
|
||||
|
||||
struct devices devices;
|
||||
|
||||
@@ -112,6 +112,7 @@ void XkbMergeLockedPtrBtns(DeviceIntPtr master);
|
||||
void XkbFakeDeviceButton(DeviceIntPtr dev, int press, int button);
|
||||
void XkbUseMsg(void);
|
||||
int XkbProcessArguments(int argc, char **argv, int i);
|
||||
Bool XkbInitPrivates(void);
|
||||
|
||||
extern DevPrivateKeyRec xkbDevicePrivateKeyRec;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user