r4307: Auto commit for Debian build
authorKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 1 Apr 2003 17:53:51 +0000 (17:53 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 1 Apr 2003 17:53:51 +0000 (17:53 +0000)
debian/changelog
io-clim.lisp

index 42828e9dfa29a0e304bafeb4a8952ca3bbcf4bd1..615742e2483bead7074e1ddc6c6d6e82bea4e1a8 100644 (file)
@@ -1,3 +1,9 @@
+cl-reversi (1.0.3-1) unstable; urgency=low
+
+  * Add patches for McCLIM
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Tue,  1 Apr 2003 10:53:43 -0700
+
 cl-reversi (1.0.2-1) unstable; urgency=low
 
   * io-clim.lisp: Change :mnemonic to :keystroke
 cl-reversi (1.0.2-1) unstable; urgency=low
 
   * io-clim.lisp: Change :mnemonic to :keystroke
index ff5bfd3ad0a53a48e8abb5a0c017ae871c3387e1..da52b7a184ce731de730b0dcf9a44a6508011e85 100644 (file)
@@ -8,7 +8,7 @@
 ;;;;  Programer:      Kevin M. Rosenberg
 ;;;;  Date Started:   1 Nov 2001
 ;;;;
 ;;;;  Programer:      Kevin M. Rosenberg
 ;;;;  Date Started:   1 Nov 2001
 ;;;;
-;;;; $Id: io-clim.lisp,v 1.5 2003/03/22 17:19:15 kevin Exp $
+;;;; $Id: io-clim.lisp,v 1.6 2003/04/01 17:53:51 kevin Exp $
 ;;;;
 ;;;; This file is Copyright (c) 2001-2002 by Kevin M. Rosenberg 
 ;;;;
 ;;;;
 ;;;; This file is Copyright (c) 2001-2002 by Kevin M. Rosenberg 
 ;;;;
                                                    record stream state)
   state
   (multiple-value-bind (xoff yoff)
                                                    record stream state)
   state
   (multiple-value-bind (xoff yoff)
-      (convert-from-relative-to-absolute-coordinates 
+      (clim::convert-from-relative-to-absolute-coordinates 
        stream (output-record-parent record))
     (with-bounding-rectangle* (left top right bottom) record
       (draw-rectangle* stream
        stream (output-record-parent record))
     (with-bounding-rectangle* (left top right bottom) record
       (draw-rectangle* stream
                  (+ label-height (* cell-height i)
                       half-cell-inner-height))
                 :align-x :left :align-y :center))
                  (+ label-height (* cell-height i)
                       half-cell-inner-height))
                 :align-x :left :align-y :center))
-    (stream-set-cursor-position stream label-width label-height)
+    (setf (stream-set-cursor-position stream)
+         (values label-width label-height))
     (surrounding-output-with-border (stream)
       (formatting-table (stream :y-spacing 0 :x-spacing 0)
        (dotimes (row 8)
     (surrounding-output-with-border (stream)
       (formatting-table (stream :y-spacing 0 :x-spacing 0)
        (dotimes (row 8)