sharplispers / clx

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

XLIB:CURSOR-DISPLAY undefined #117

Closed LdBeth closed 5 years ago

LdBeth commented 5 years ago

I have to reopen this #107 because the new added reader display-cursor in commit https://github.com/sharplispers/clx/pull/108/commits/20efced4897bf87cdc81c1ca8a2ddf0d75931939 mismatch the documented cursor-display reference in corresponding PR https://github.com/sharplispers/clx/pull/108 and this function is used elsewhere such as in https://github.com/sharplispers/clx/blob/0fdd120cdfb3e8dd04e4111fe0b201cabed509ca/requests.lisp#L1143 which caused my problem. Also cursor-display is an exported symbol in package definition. https://github.com/sharplispers/clx/blob/0fdd120cdfb3e8dd04e4111fe0b201cabed509ca/package.lisp#L54

I'm not very sure about what happened there, so if there's other considerations please let me know.

Originally posted by @LdBeth in https://github.com/sharplispers/clx/issues/107#issuecomment-441342945

dkochmanski commented 5 years ago

master branch has been reset.