Update of /project/mcclim/cvsroot/mcclim/Backends/CLX In directory common-lisp.net:/tmp/cvs-serv8647
Modified Files: port.lisp Log Message: Fix comment; it's confusing enough without the wrong comment! Date: Fri Jan 14 13:47:47 2005 Author: tmoore
Index: mcclim/Backends/CLX/port.lisp diff -u mcclim/Backends/CLX/port.lisp:1.104 mcclim/Backends/CLX/port.lisp:1.105 --- mcclim/Backends/CLX/port.lisp:1.104 Fri Jan 14 13:43:25 2005 +++ mcclim/Backends/CLX/port.lisp Fri Jan 14 13:47:47 2005 @@ -36,7 +36,7 @@ ;; ;; Note that CLIM defines pixel coordinates to be at the corners, ;; while in X11 they are at the centers. We don't do much about the - ;; discrepancy, but rounding down at half pixel boundaries seems to + ;; discrepancy, but rounding up at half pixel boundaries seems to ;; work well. (floor (+ x .5)))