mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +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:
@@ -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 */
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user