From c8eb01cc697c030f8b44e634e502184c7f12e7f4 Mon Sep 17 00:00:00 2001
From: rtoy <rtoy>
Date: Tue, 17 Jan 2006 22:32:08 +0000
Subject: [PATCH] EVENT-LISTEN is not an external symbol of XLIB.

---
 code/globals.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/code/globals.lisp b/code/globals.lisp
index 569e86578..8df897c19 100644
--- a/code/globals.lisp
+++ b/code/globals.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/globals.lisp,v 1.18 2002/07/10 16:15:59 toy Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/globals.lisp,v 1.19 2006/01/17 22:32:08 rtoy Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -53,7 +53,7 @@
 (declaim (ftype (function * *)
 		disable-clx-event-handling
 		extensions::call-display-event-handler
-		xlib::display-input-stream xlib:event-listen
+		xlib::display-input-stream xlib::event-listen
 		flush-display-events))
 
 #-hemlock
-- 
GitLab