X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/8ca42cb1fd80ba0d6abc2bdec02bd53560b84b82..edf5e14ea6deabeb2008d81af90b5afb62cdd07c:/gdk/gdktypes.lisp diff --git a/gdk/gdktypes.lisp b/gdk/gdktypes.lisp index ae80a1a..12d87a7 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.4 2001/05/29 15:53:32 espen Exp $ +;; $Id: gdktypes.lisp,v 1.6 2002/01/20 14:14:38 espen Exp $ (in-package "GDK") (eval-when (:compile-toplevel :load-toplevel :execute) - (init-types-in-library "/opt/gnome/lib/libgdk-x11-1.3.so") - (init-types-in-library "/opt/gnome/lib/libgdk_pixbuf-1.3.so")) + (init-types-in-library "libgdk-x11-1.3.so") + (init-types-in-library "libgdk_pixbuf-1.3.so")) (defclass color (boxed) ((pixel @@ -33,7 +33,7 @@ :type unsigned-short) (green :allocation :alien - :accessor color-grenn + :accessor color-green :type unsigned-short) (blue :allocation :alien