From: espen Date: Fri, 11 Mar 2005 16:48:08 +0000 (+0000) Subject: Reverted previous change X-Git-Tag: clg-0-90~38 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/commitdiff_plain/33766b28aca0d9d2e2688ed09f8d10296fa6a44d?ds=sidebyside Reverted previous change --- diff --git a/gdk/gdktypes.lisp b/gdk/gdktypes.lisp index dd56a05..44b699f 100644 --- a/gdk/gdktypes.lisp +++ b/gdk/gdktypes.lisp @@ -15,14 +15,14 @@ ;; 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.17 2005/03/11 10:56:56 espen Exp $ +;; $Id: gdktypes.lisp,v 1.18 2005/03/11 16:48:08 espen Exp $ (in-package "GDK") (eval-when (:compile-toplevel :load-toplevel :execute) (init-types-in-library #.(concatenate 'string (pkg-config:pkg-variable "gtk+-2.0" "libdir") - "/libgdk-x11-2.0.so") :prefix "gdk_") + "/libgdk-x11-2.0.so") :prefix ("gdk_" "_gdk_")) (init-types-in-library #.(concatenate 'string (pkg-config:pkg-variable "gtk+-2.0" "libdir") "/libgdk_pixbuf-2.0.so") :prefix "gdk_")) diff --git a/gtk/gtkobject.lisp b/gtk/gtkobject.lisp index 23a4a42..a84189a 100644 --- a/gtk/gtkobject.lisp +++ b/gtk/gtkobject.lisp @@ -15,7 +15,7 @@ ;; 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: gtkobject.lisp,v 1.25 2005/03/11 10:58:41 espen Exp $ +;; $Id: gtkobject.lisp,v 1.26 2005/03/11 16:48:15 espen Exp $ (in-package "GTK") @@ -36,7 +36,7 @@ (in-package "GTK") (eval-when (:compile-toplevel :load-toplevel :execute) (init-types-in-library #.(concatenate 'string (pkg-config:pkg-variable "gtk+-2.0" "libdir") - "/libgtk-x11-2.0.so") :prefix "gtk_") + "/libgtk-x11-2.0.so")) (defclass %object (gobject) ()