X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/4fac77f8a0699036dc2846316af61cf0e4234147..580820d8044f45eb58f39b9d52d185d2efd16bcd:/gdk/gdktypes.lisp diff --git a/gdk/gdktypes.lisp b/gdk/gdktypes.lisp index 509c7b3..8564ad2 100644 --- a/gdk/gdktypes.lisp +++ b/gdk/gdktypes.lisp @@ -15,17 +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.15 2005-02-26 18:53:33 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_") - (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_")) @@ -47,8 +44,7 @@ :allocation :alien :accessor color-blue :type unsigned-short)) - (:metaclass boxed-class) - (:alien-name "GdkColor")) + (:metaclass boxed-class)) (deftype point () '(vector int 2)) @@ -79,8 +75,7 @@ :accessor rectangle-height :initarg :height :type int)) - (:metaclass boxed-class) - (:alien-name "GdkRectangle")) + (:metaclass boxed-class)) (define-types-by-introspection "Gdk" @@ -206,8 +201,7 @@ :getter "gdk_cursor_get_display" :reader cursor-display :type display)) - (:metaclass boxed-class) - (:alien-name "GdkCursor")) + (:metaclass boxed-class)) (defclass geometry (struct)