From 5e53676b469d747b40763770828681c6970863ce Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Tue, 18 Nov 2014 14:24:52 +0100 Subject: device: Add property/getters for vendor/product identifiers These are a construct only properties, expected to be filled in from platform specific code. https://bugzilla.gnome.org/show_bug.cgi?id=740758 --- gdk/gdkdeviceprivate.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gdk/gdkdeviceprivate.h') diff --git a/gdk/gdkdeviceprivate.h b/gdk/gdkdeviceprivate.h index a8526b545b..ea99897bce 100644 --- a/gdk/gdkdeviceprivate.h +++ b/gdk/gdkdeviceprivate.h @@ -56,6 +56,9 @@ struct _GdkDevice GList *slaves; GdkDeviceType type; GArray *axes; + + gchar *vendor_id; + gchar *product_id; }; struct _GdkDeviceClass -- cgit v1.2.1