[pal-cvs] CVS pal
tneste
tneste at common-lisp.net
Wed Jan 2 19:58:34 UTC 2008
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
More information about the Pal-cvs
mailing list