From d3f857acd4f8449dae3b2f1a9bbb0d8f70b430c5 Mon Sep 17 00:00:00 2001
From: pw <pw>
Date: Sat, 12 May 2001 15:09:17 +0000
Subject: [PATCH] From Fred Gilham:

Fix size parameter in property-notify event.
---
 clx/input.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/clx/input.lisp b/clx/input.lisp
index 2489e5bef..a30fa67bc 100644
--- a/clx/input.lisp
+++ b/clx/input.lisp
@@ -26,7 +26,7 @@
 ;;; 12/10/87	LGO	Created
 #+cmu
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/clx/input.lisp,v 1.7 1999/03/16 23:37:43 pw Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/clx/input.lisp,v 1.8 2001/05/12 15:09:17 pw Exp $")
 
 (in-package :xlib)
 
@@ -943,7 +943,7 @@
   (window (window event-window))
   (keyword atom) ;; keyword
   ((or null card32) time)
-  ((member16 :new-value :deleted) state))
+  ((member8 :new-value :deleted) state))
 
 (declare-event :selection-clear
   (card16 sequence)
-- 
GitLab