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

Add reader for CURSOR's DISPLAY slot #108

Closed PuercoPop closed 5 years ago

PuercoPop commented 5 years ago

Closes #107

I chose :reader over :accessor as there is not setf in the manual.

https://sharplispers.github.io/clx/Cursor-Attributes.html#Cursor-Attributes

dkochmanski commented 5 years ago

Merged, thanks!