diff options
Diffstat (limited to 'gdk/gdkdeviceprivate.h')
-rw-r--r-- | gdk/gdkdeviceprivate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkdeviceprivate.h b/gdk/gdkdeviceprivate.h index 07184a3abe..93c7b7a558 100644 --- a/gdk/gdkdeviceprivate.h +++ b/gdk/gdkdeviceprivate.h @@ -40,13 +40,13 @@ struct _GdkDevice GdkInputSource source; gboolean has_cursor; GdkAxisFlags axis_flags; + GdkDeviceType type; GdkDisplay *display; /* The paired logical device for logical devices, * or the associated logical device for physical ones */ GdkDevice *associated; GList *physical_devices; - GdkDeviceType type; GArray *axes; guint num_touches; |