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

PR to make CLX work with AllegroCL versions >= 10.1 #150

Closed dg1sbg closed 4 years ago

dg1sbg commented 4 years ago

CHANGED: clx.asd: incorrect file names (removed .lisp ending). CHANGED: Heavily modified dep-allegro.lisp to make CLX work with AllegroCL versions >= 10.1. CHANGED: extensions/randr.lisp : AllegroCL-Incompatible CLX class definition of class rr-transform. CHANGED: package.lisp: Do not import without-interrupts from package EXCL. CHANGED: Removed non-functional version control conditionals.

JMC-design commented 4 years ago

Does these changes still work with Allegro versions < 10.1?

dg1sbg commented 4 years ago

@JMC-design To the best of my knowledge, yes. I am happy to be corrected, though. The lowest version I have access to is 10.1, unfortuantely.

dg1sbg commented 4 years ago

Hope to have completed all changes that you requested.

dg1sbg commented 4 years ago

@dkochmanski I hope to have cleanup up everything now. Did a rebase.