summaryrefslogtreecommitdiff
path: root/gdk/gdkcursor.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-12-20 02:20:48 +0100
committerMatthias Clasen <mclasen@redhat.com>2010-12-21 12:07:04 -0500
commit66e38945390cd86a3f97867fc63005d5e60ed7fc (patch)
tree6bc8669307c06e136c1e6f91dd9c7632ea5d0d94 /gdk/gdkcursor.h
parent2eef91ad93f4da0e3ffccee55a4669c0dd147514 (diff)
downloadgtk+-66e38945390cd86a3f97867fc63005d5e60ed7fc.tar.gz
gdk: Move GdkCursor definition into a private header
Diffstat (limited to 'gdk/gdkcursor.h')
-rw-r--r--gdk/gdkcursor.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/gdk/gdkcursor.h b/gdk/gdkcursor.h
index a421828389..5979148c09 100644
--- a/gdk/gdkcursor.h
+++ b/gdk/gdkcursor.h
@@ -208,18 +208,6 @@ typedef enum
GDK_CURSOR_IS_PIXMAP = -1
} GdkCursorType;
-/**
- * GdkCursor:
- *
- * A #GdkCursor structure represents a cursor.
- */
-struct _GdkCursor
-{
- /*< private >*/
- GdkCursorType GSEAL (type);
- guint GSEAL (ref_count);
-};
-
/* Cursors
*/