]> Pileus Git - ~andy/gtk/blobdiff - gdk/gdkdeviceprivate.h
window: Fix typo in documentation for gtk_window_get_position
[~andy/gtk] / gdk / gdkdeviceprivate.h
index 1e6550408b87dbc4329c12e4a563ce48b990bc65..e317b16c1e7e3e43c95f4e3290a27c0fdbc7789c 100644 (file)
@@ -30,6 +30,7 @@ G_BEGIN_DECLS
 #define GDK_IS_DEVICE_CLASS(c)  (G_TYPE_CHECK_CLASS_TYPE ((c), GDK_TYPE_DEVICE))
 #define GDK_DEVICE_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), GDK_TYPE_DEVICE, GdkDeviceClass))
 
+typedef struct _GdkDeviceClass GdkDeviceClass;
 typedef struct _GdkDeviceKey GdkDeviceKey;
 
 struct _GdkDeviceKey
@@ -126,9 +127,6 @@ guint _gdk_device_add_axis   (GdkDevice   *device,
 void _gdk_device_set_keys    (GdkDevice   *device,
                               guint        num_keys);
 
-GdkAxisUse _gdk_device_get_axis_use (GdkDevice *device,
-                                     guint      index);
-
 gboolean   _gdk_device_translate_window_coord (GdkDevice *device,
                                                GdkWindow *window,
                                                guint      index,