Skip to content
Snippets Groups Projects
Commit 8dd70915 authored by ram's avatar ram
Browse files

Un-commented-out loading of CLX, instead making it conditional on the CLX

feature.
parent 5908ab87
No related branches found
No related tags found
No related merge requests found
......@@ -72,12 +72,16 @@
;;;
(load "code:run-program")
#|
;;; CLX.
;;;
#+clx(progn
(load "clx:defsystem")
(load-clx (pathname "clx:"))
(setf (symbol-function 'xlib::clx-foreign-files) #'list); #### Hack...
(xlib::load-clx (pathname "clx:"))
)
#|
;;; A hack to fix a bug in the X11 R3 server. This should go away when
;;; the server is fixed.
;;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment