[closure-cvs] CVS update: closure/src/html/html-style.lisp
Eric Marsden
emarsden at common-lisp.net
Sun Jul 17 09:38:53 UTC 2005
Update of /project/closure/cvsroot/closure/src/html
In directory common-lisp.net:/tmp/cvs-serv16745/src/html
Modified Files:
html-style.lisp
Log Message:
Reduce amount of debugging information printed to console.
Date: Sun Jul 17 11:38:52 2005
Author: emarsden
Index: closure/src/html/html-style.lisp
diff -u closure/src/html/html-style.lisp:1.6 closure/src/html/html-style.lisp:1.7
--- closure/src/html/html-style.lisp:1.6 Sun Jul 10 12:57:21 2005
+++ closure/src/html/html-style.lisp Sun Jul 17 11:38:52 2005
@@ -1160,7 +1160,6 @@
t))))
(defmethod x11-draw-robj (drawable gcontext (self ro/image) box x y)
- drawable gcontext self box x y
(setf x (floor x))
(setf y (floor y))
(with-slots (alt awidth aheight aimage url) self
More information about the Closure-cvs
mailing list