summaryrefslogtreecommitdiff
path: root/gdk/gdkdevice.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-12-21 10:37:21 -0500
committerMatthias Clasen <mclasen@redhat.com>2010-12-21 12:07:10 -0500
commitb1aaa10b6af486e215c640d07474060fb4b79c97 (patch)
treed58b335c2684683598ea6b5f78573ef16ba0f2c6 /gdk/gdkdevice.h
parente5090396bfe79f0fc65042a2f19240d04bbaef19 (diff)
downloadgtk+-b1aaa10b6af486e215c640d07474060fb4b79c97.tar.gz
Detangle includes for device subclasses
Diffstat (limited to 'gdk/gdkdevice.h')
-rw-r--r--gdk/gdkdevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkdevice.h b/gdk/gdkdevice.h
index d65dae8f18..4085facee4 100644
--- a/gdk/gdkdevice.h
+++ b/gdk/gdkdevice.h
@@ -34,7 +34,7 @@ G_BEGIN_DECLS
#define GDK_IS_DEVICE(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GDK_TYPE_DEVICE))
typedef struct _GdkDevice GdkDevice;
-typedef struct _GdkDevicePrivate GdkDevicePrivate;
+typedef struct _GdkDeviceClass GdkDeviceClass;
typedef struct _GdkTimeCoord GdkTimeCoord;
/**