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

Demos compile and load without opening a display #170

Closed scymtym closed 4 years ago

scymtym commented 4 years ago

The current behavior of opening a display, a window, etc. at load time is inconvenient. It prevents the code from being compiled and loaded when an X server is not available, for example. This is inconvenient for automatically testing the code.

dkochmanski commented 4 years ago

lgtm, thanks!