Update of /project/pal/cvsroot/pal In directory clnet:/tmp/cvs-serv29264
Modified Files: ffi.lisp Log Message: Fixed the glyph array declaration in ffi.lisp
--- /project/pal/cvsroot/pal/ffi.lisp 2007/12/29 14:45:53 1.24 +++ /project/pal/cvsroot/pal/ffi.lisp 2008/01/02 19:58:34 1.25 @@ -447,7 +447,7 @@ (defstruct font (file nil) (image nil :type (or boolean image)) - (glyphs nil :type (or boolean (simple-vector 255))) + (glyphs nil :type (or boolean (simple-vector 256))) (height 0 :type u11))
(defstruct music