mirror of
https://github.com/erjiang/huion-keys.git
synced 2026-03-23 21:54:53 +03:00
Remove xdo_t members that were removed upstream
At some point the upstream xdotool removed the modmap and keymap members from the xdo struct, which breaks the ABI. The Debian maintainer wrote a patch to keep it in and preserve ABI compatibility. Since we are only dealing with the a pointer to an xdo_t, it should be OK to remove it and still have it work on Debian.
This commit is contained in:
parent
826defad86
commit
07759535c2
@ -88,12 +88,6 @@ typedef struct xdo {
|
|||||||
/** @internal Length of charcodes array */
|
/** @internal Length of charcodes array */
|
||||||
int charcodes_len;
|
int charcodes_len;
|
||||||
|
|
||||||
/** @internal UNUSED -- result from XGetModifierMapping */
|
|
||||||
XModifierKeymap *modmap;
|
|
||||||
|
|
||||||
/** @internal UNUSED -- current keyboard mapping (via XGetKeyboardMapping) */
|
|
||||||
KeySym *keymap;
|
|
||||||
|
|
||||||
/** @internal highest keycode value */
|
/** @internal highest keycode value */
|
||||||
int keycode_high; /* highest and lowest keycodes */
|
int keycode_high; /* highest and lowest keycodes */
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user