mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 01:34:11 +00:00
Revert "xkb: unexport XkbGetCoreMap() and XkbSetRepeatKeys()"
This reverts commit 25d99353ee.
These symbols are required by the xorgxrdp driver.
Signed-off-by: b-aaz <b-aazbsd@proton.me>
This commit is contained in:
@@ -59,7 +59,6 @@ SOFTWARE.
|
||||
#include "dix/request_priv.h"
|
||||
#include "dix/rpcbuf_priv.h"
|
||||
#include "Xi/handlers.h"
|
||||
#include "xkb/xkbsrv_priv.h"
|
||||
|
||||
#include "inputstr.h" /* DeviceIntPtr */
|
||||
#include "swaprep.h"
|
||||
|
||||
@@ -44,10 +44,6 @@
|
||||
#include <stdlib.h>
|
||||
#include <errno.h>
|
||||
#include <sys/stat.h>
|
||||
#include <assert.h>
|
||||
#include <pthread.h>
|
||||
|
||||
#include "xkb/xkbsrv_priv.h"
|
||||
|
||||
#include "quartz.h"
|
||||
#include "darwin.h"
|
||||
@@ -57,6 +53,9 @@
|
||||
|
||||
#include "X11Application.h"
|
||||
|
||||
#include <assert.h>
|
||||
#include <pthread.h>
|
||||
|
||||
#include "xkbsrv.h"
|
||||
#include "exevents.h"
|
||||
#include "X11/keysym.h"
|
||||
|
||||
@@ -197,6 +197,9 @@ extern _X_EXPORT void XkbFreeKeyboard(XkbDescPtr /* xkb */ ,
|
||||
Bool /* freeDesc */
|
||||
);
|
||||
|
||||
extern _X_EXPORT KeySymsPtr XkbGetCoreMap(DeviceIntPtr /* keybd */
|
||||
);
|
||||
|
||||
extern _X_EXPORT void XkbApplyMappingChange(DeviceIntPtr /* pXDev */ ,
|
||||
KeySymsPtr /* map */ ,
|
||||
KeyCode /* firstKey */ ,
|
||||
@@ -210,6 +213,11 @@ extern _X_EXPORT void XkbDDXChangeControls(DeviceIntPtr /* dev */ ,
|
||||
XkbControlsPtr /* new */
|
||||
);
|
||||
|
||||
extern _X_EXPORT void XkbSetRepeatKeys(DeviceIntPtr /* pXDev */ ,
|
||||
int /* key */ ,
|
||||
int /* onoff */
|
||||
);
|
||||
|
||||
extern _X_EXPORT void XkbGetRulesDflts(XkbRMLVOSet * /* rmlvo */
|
||||
);
|
||||
|
||||
|
||||
@@ -303,8 +303,4 @@ int XkbDDXUsesSoftRepeat(DeviceIntPtr dev);
|
||||
void XkbDDXKeybdCtrlProc(DeviceIntPtr dev, KeybdCtrl *ctrl);
|
||||
void XkbDDXUpdateDeviceIndicators(DeviceIntPtr dev, XkbSrvLedInfoPtr sli,
|
||||
CARD32 newState);
|
||||
|
||||
KeySymsPtr XkbGetCoreMap(DeviceIntPtr keybd);
|
||||
void XkbSetRepeatKeys(DeviceIntPtr pXDev, int key, int onoff);
|
||||
|
||||
#endif /* _XSERVER_XKBSRV_PRIV_H_ */
|
||||
|
||||
Reference in New Issue
Block a user