X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=io-clim.lisp;h=af7300837d9b5fc19539cf3b9502bc34edeeb586;hb=200c956a423f25cad438bc279edd53c683a95c3d;hp=da52b7a184ce731de730b0dcf9a44a6508011e85;hpb=2e81e829db1121791d88430d4deceae9b65038b6;p=reversi.git diff --git a/io-clim.lisp b/io-clim.lisp index da52b7a..af73008 100644 --- a/io-clim.lisp +++ b/io-clim.lisp @@ -8,7 +8,7 @@ ;;;; Programer: Kevin M. Rosenberg ;;;; Date Started: 1 Nov 2001 ;;;; -;;;; $Id: io-clim.lisp,v 1.6 2003/04/01 17:53: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 ;;;; @@ -671,8 +671,10 @@ (+ label-height (* cell-height i) half-cell-inner-height)) :align-x :left :align-y :center)) - (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)