summaryrefslogtreecommitdiff
path: root/gdk/gdkdeviceprivate.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-02-24 08:00:11 -0500
committerMatthias Clasen <mclasen@redhat.com>2020-02-24 08:40:16 -0500
commit9ce6e98487712fa7c5760a4501f80582415015ab (patch)
tree9c59a8e03777eae00ac42c5350d96b2efe967d6a /gdk/gdkdeviceprivate.h
parent4ca0a933242b8fa4597380de4d27396eb4d207f4 (diff)
downloadgtk+-9ce6e98487712fa7c5760a4501f80582415015ab.tar.gz
device: Add missing getters
This adds getters for a few properties that were missing them, and renames the input-mode and input-source properties to match their existing getters.
Diffstat (limited to 'gdk/gdkdeviceprivate.h')
-rw-r--r--gdk/gdkdeviceprivate.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdk/gdkdeviceprivate.h b/gdk/gdkdeviceprivate.h
index 29a9dc6de5..aab3166d2b 100644
--- a/gdk/gdkdeviceprivate.h
+++ b/gdk/gdkdeviceprivate.h
@@ -180,8 +180,6 @@ void gdk_device_set_seat (GdkDevice *device,
void gdk_device_update_tool (GdkDevice *device,
GdkDeviceTool *tool);
-GdkInputMode gdk_device_get_input_mode (GdkDevice *device);
-
G_END_DECLS
#endif /* __GDK_DEVICE_PRIVATE_H__ */