4 Commits

Author SHA1 Message Date
Eric Jiang
cba98d852c Add notes about where the header code came from 2020-10-31 19:57:39 -07:00
Eric Jiang
07759535c2 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.
2020-10-31 19:52:57 -07:00
Eric Jiang
50a792d04c Proof of concept xdo FFI 2020-10-29 14:17:21 -07:00
Eric Jiang
2a47f41901 Add cffi and create tentative cffi for xdo 2020-10-29 14:01:07 -07:00