[bknr-cvs] manuel changed trunk/thirdparty/cl-gd/gd-uffi.lisp

BKNR Commits bknr at bknr.net
Mon Sep 13 19:58:32 UTC 2010


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+))





More information about the Bknr-cvs mailing list