From 5a6317499a137ac32cf3af451d8d890a14d8be70 Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Thu, 12 May 1994 20:01:43 +0000
Subject: [PATCH] Add ignore handler for client-message events.

---
 hemlock/bit-screen.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hemlock/bit-screen.lisp b/hemlock/bit-screen.lisp
index 4fd6f05a8..75c5b91c7 100644
--- a/hemlock/bit-screen.lisp
+++ b/hemlock/bit-screen.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/bit-screen.lisp,v 1.14 1994/03/14 17:57:45 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/bit-screen.lisp,v 1.15 1994/05/12 20:01:43 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -520,7 +520,7 @@
 (ext:serve-reparent-notify *hemlock-windows* #'hunk-ignore-event)
 (ext:serve-gravity-notify *hemlock-windows* #'hunk-ignore-event)
 (ext:serve-circulate-notify *hemlock-windows* #'hunk-ignore-event)
-
+(ext:serve-client-message *hemlock-windows* #'hunk-ignore-event)
 
 
 ;;;; Interface to X input events.
-- 
GitLab