X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/blobdiff_plain/56460319be51dd9ffc1005dca03a7b145ff4734b..b030f2d9b679b9b18db0356ab0f2a2086ea61939:/gdk/gdktypes.lisp diff --git a/gdk/gdktypes.lisp b/gdk/gdktypes.lisp index 3ffc850..a08da2e 100644 --- a/gdk/gdktypes.lisp +++ b/gdk/gdktypes.lisp @@ -15,13 +15,13 @@ ;; License along with this library; if not, write to the Free Software ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -;; $Id: gdktypes.lisp,v 1.5 2001-11-12 22:29:17 espen Exp $ +;; $Id: gdktypes.lisp,v 1.7 2002-03-19 19:06:22 espen Exp $ (in-package "GDK") (eval-when (:compile-toplevel :load-toplevel :execute) - (init-types-in-library "libgdk-x11-1.3.so") - (init-types-in-library "libgdk_pixbuf-1.3.so")) + (init-types-in-library "libgdk-x11-2.0.so") + (init-types-in-library "libgdk_pixbuf-2.0.so")) (defclass color (boxed) ((pixel @@ -33,7 +33,7 @@ (defclass color (boxed) :type unsigned-short) (green :allocation :alien - :accessor color-grenn + :accessor color-green :type unsigned-short) (blue :allocation :alien