Revision: 4606 Author: manuel URL: http://bknr.net/trac/changeset/4606
offset fixversuch entfernen U trunk/thirdparty/cl-gd/gd-uffi.lisp
Modified: trunk/thirdparty/cl-gd/gd-uffi.lisp =================================================================== --- trunk/thirdparty/cl-gd/gd-uffi.lisp 2010-09-13 19:58:06 UTC (rev 4605) +++ trunk/thirdparty/cl-gd/gd-uffi.lisp 2010-09-13 19:58:32 UTC (rev 4606) @@ -35,7 +35,7 @@ (sx :int) (sy :int) (colors-total :int) - (red (:array :int #.+max-colors+) :offset 20) + (red (:array :int #.+max-colors+)) (green (:array :int #.+max-colors+)) (blue (:array :int #.+max-colors+)) (open (:array :int #.+max-colors+))