[climacs-cvs] CVS esa
crhodes
crhodes at common-lisp.net
Thu May 11 15:36:56 UTC 2006
Update of /project/climacs/cvsroot/esa
In directory clnet:/tmp/cvs-serv30784
Modified Files:
esa.lisp
Log Message:
remove a probably-bogus handle-repaint :before method.
--- /project/climacs/cvsroot/esa/esa.lisp 2006/05/10 16:22:20 1.16
+++ /project/climacs/cvsroot/esa/esa.lisp 2006/05/11 15:36:56 1.17
@@ -260,10 +260,6 @@
(previous-command :initform nil :accessor previous-command)
(command-table :initarg :command-table :accessor command-table)))
-(defmethod handle-repaint :before ((pane esa-pane-mixin) region)
- (declare (ignore region))
- (redisplay-frame-pane *application-frame* pane))
-
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; ESA frame mixin
More information about the Climacs-cvs
mailing list