[mcclim-cvs] CVS update: mcclim/Backends/beagle/input/events.lisp

Christophe Rhodes crhodes at common-lisp.net
Thu Jun 16 09:27:51 UTC 2005


Update of /project/mcclim/cvsroot/mcclim/Backends/beagle/input
In directory common-lisp.net:/tmp/cvs-serv5715/Backends/beagle/input

Modified Files:
	events.lisp 
Log Message:
Rearrange pointer class hierarchy a little, according to mail message
"pointer protocol class / standard-pointer" mcclim-devel 2005-06-15.

Date: Thu Jun 16 11:27:50 2005
Author: crhodes

Index: mcclim/Backends/beagle/input/events.lisp
diff -u mcclim/Backends/beagle/input/events.lisp:1.8 mcclim/Backends/beagle/input/events.lisp:1.9
--- mcclim/Backends/beagle/input/events.lisp:1.8	Sun Jun  5 21:52:55 2005
+++ mcclim/Backends/beagle/input/events.lisp	Thu Jun 16 11:27:50 2005
@@ -28,7 +28,7 @@
 
 #||
 
-$Id: events.lisp,v 1.8 2005/06/05 19:52:55 drose Exp $
+$Id: events.lisp,v 1.9 2005/06/16 09:27:50 crhodes Exp $
 
 Events in Cocoa
 ---------------
@@ -666,9 +666,8 @@
 
   ;;; This has been added to McCLIM and the CLX back end; I'm not sure what it's supposed
   ;;; to be for. Never mind, add it anyway. defgeneric is in stream-input.lisp
-  ;;; SHOULD BE -> (defmethod synthesize-pointer-motion-event ((pointer beagle-pointer))
 
-(defmethod synthesize-pointer-motion-event (pointer)
+(defmethod synthesize-pointer-motion-event ((pointer beagle-pointer))
   ;; *-current-event-modifier-state-* is set whenever an event or notification is received
   ;; containing this information.
   ;; *-current-pointer-button-state-* is set whenever there is a mouse down or drag, and




More information about the Mcclim-cvs mailing list