r4310: Auto commit for Debian build
authorKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 1 Apr 2003 18:07:35 +0000 (18:07 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 1 Apr 2003 18:07:35 +0000 (18:07 +0000)
io-clim.lisp

index ee6a0e85a7c1771f3c5b9c97cfb16c3f86622499..af7300837d9b5fc19539cf3b9502bc34edeeb586 100644 (file)
@@ -8,7 +8,7 @@
 ;;;;  Programer:      Kevin M. Rosenberg
 ;;;;  Date Started:   1 Nov 2001
 ;;;;
-;;;; $Id: io-clim.lisp,v 1.7 2003/04/01 17:59:51 kevin Exp $
+;;;; $Id: io-clim.lisp,v 1.8 2003/04/01 18:07:35 kevin Exp $
 ;;;;
 ;;;; This file is Copyright (c) 2001-2002 by Kevin M. Rosenberg 
 ;;;;
                  (+ label-height (* cell-height i)
                       half-cell-inner-height))
                 :align-x :left :align-y :center))
-    #-mcclim
-    (stream-set-cursor-position stream label-width label-height)
-    #+mcclim
-    (setf (stream-set-cursor-position stream)
-         (values label-width label-height))
+    (if (find-package 'mcclim)
+       (setf (stream-set-cursor-position stream)
+             (values label-width label-height))
+       (stream-set-cursor-position stream label-width label-height))
     (surrounding-output-with-border (stream)
       (formatting-table (stream :y-spacing 0 :x-spacing 0)
        (dotimes (row 8)