From: espen Date: Thu, 10 Feb 2005 00:22:35 +0000 (+0000) Subject: Small bug fix X-Git-Url: https://git.distorted.org.uk/~mdw/clg/commitdiff_plain/afd573069d64ef0065bb477a3b8ba48ffa999f8b Small bug fix --- diff --git a/gdk/gdktypes.lisp b/gdk/gdktypes.lisp index 9aef2b6..f461140 100644 --- a/gdk/gdktypes.lisp +++ b/gdk/gdktypes.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: gdktypes.lisp,v 1.12 2005-02-03 23:09:07 espen Exp $ +;; $Id: gdktypes.lisp,v 1.13 2005-02-10 00:22:35 espen Exp $ (in-package "GDK") @@ -190,7 +190,7 @@ :reader cursor-display :type display)) (:metaclass boxed-class) - (:alien-name "GdkColor")) + (:alien-name "GdkCursor")) (defclass geometry (struct)