summaryrefslogtreecommitdiff
path: root/gdk/gdkdevice.c
diff options
context:
space:
mode:
authorMichael Natterer <mitch@gimp.org>2010-11-24 20:28:19 +0100
committerMichael Natterer <mitch@gimp.org>2010-11-24 20:28:19 +0100
commitaaf853017768fcae8440394d9504621a264bcdc4 (patch)
treed876531655a6d716b0eb419f2fc305b2fbbc79a7 /gdk/gdkdevice.c
parentbdf18500ec6a679c33338f29305e2190ba5533d9 (diff)
downloadgtk+-aaf853017768fcae8440394d9504621a264bcdc4.tar.gz
gdk: remove GdkDeviceKey and GdkDeviceAxis from the public API
move GdkDeviceKey to gdkdevice.c because it's still used there, remove GdkDeviceAxis entirely.
Diffstat (limited to 'gdk/gdkdevice.c')
-rw-r--r--gdk/gdkdevice.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdk/gdkdevice.c b/gdk/gdkdevice.c
index e655d7c5d8..c8e37795f0 100644
--- a/gdk/gdkdevice.c
+++ b/gdk/gdkdevice.c
@@ -26,6 +26,14 @@
#include "gdkinternals.h"
+typedef struct _GdkDeviceKey GdkDeviceKey;
+
+struct _GdkDeviceKey
+{
+ guint keyval;
+ GdkModifierType modifiers;
+};
+
typedef struct _GdkAxisInfo GdkAxisInfo;
struct _GdkAxisInfo