sharplispers / clx

a fork of crhodes' fork of danb's fork of the CLX library, an X11 client for Common Lisp
Other
114 stars 46 forks source link

abcl: initial port #171

Closed easye closed 4 years ago

easye commented 4 years ago

With these changes, abcl-1.7.1-dev will compile and load CLX.

Fixes https://github.com/armedbear/abcl/issues/240.

easye commented 4 years ago

N.b. this patch just makes CLX compile. I don't expect it to really work in the current form as it lacks an implementation of open-x-stream. I'm trying to be busy with other work at this time, so not planning to move this further today.

dkochmanski commented 4 years ago

thanks. it doesn't step on toes of other implementations, so I'm fine with merging it. thanks!