Fix warnings for bare struct references in gdk/.
[cl-gtk2.git] / gdk / gdk.cursor.lisp
index 324143e..603c463 100644 (file)
@@ -2,6 +2,7 @@
 
 (defcstruct %gdk-cursor
   (cursor-type cursor-type))
+(defctype %gdk-cursor (:struct %gdk-cursor))
 
 (defun cursor-cursor-type (cursor)
   (foreign-slot-value (pointer cursor) '%gdk-cursor 'cursor-type))