summaryrefslogtreecommitdiff
path: root/gdk/gdkcursor.c
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.c
parent2eef91ad93f4da0e3ffccee55a4669c0dd147514 (diff)
downloadgtk+-66e38945390cd86a3f97867fc63005d5e60ed7fc.tar.gz
gdk: Move GdkCursor definition into a private header
Diffstat (limited to 'gdk/gdkcursor.c')
-rw-r--r--gdk/gdkcursor.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdk/gdkcursor.c b/gdk/gdkcursor.c
index 016723e657..1609c9cbcd 100644
--- a/gdk/gdkcursor.c
+++ b/gdk/gdkcursor.c
@@ -27,6 +27,7 @@
#include "config.h"
#include "gdkcursor.h"
+#include "gdkcursorprivate.h"
#include "gdkdisplayprivate.h"
#include "gdkinternals.h"
@@ -52,6 +53,11 @@
* #GdkWindowAttr struct passed to gdk_window_new().
*/
+/**
+ * GdkCursor:
+ *
+ * The #GdkCursor structure represents a cursor. Its contents are private.
+ */
G_DEFINE_BOXED_TYPE (GdkCursor, gdk_cursor,
gdk_cursor_ref,