chiark / gitweb /
Small bug fix
authorespen <espen>
Thu, 10 Feb 2005 00:22:35 +0000 (00:22 +0000)
committerespen <espen>
Thu, 10 Feb 2005 00:22:35 +0000 (00:22 +0000)
gdk/gdktypes.lisp

index e34f5b195c6bd50123ce5aa6e8f6919f3e6aae97..45a2bd0abe6852e0d28c30587a8346ea75c3adc7 100644 (file)
@@ -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 @@ (defclass cursor (boxed)
     :reader cursor-display
     :type display))
   (:metaclass boxed-class)
-  (:alien-name "GdkColor"))
+  (:alien-name "GdkCursor"))
 
 
 (defclass geometry (struct)