summaryrefslogtreecommitdiff
path: root/src/wayland/meta-wayland-tablet-tool.h
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2015-10-28 11:50:52 +0100
committerCarlos Garnacho <carlosg@gnome.org>2016-05-03 18:17:01 +0200
commit521e934cb95a80f001332e31934b98376b9dfded (patch)
tree1962ad2c3f2ae00df4758e173d4673dd6a3674d4 /src/wayland/meta-wayland-tablet-tool.h
parentedfb8fe19b04cc65c19e51c7a3f3c37916076c2d (diff)
downloadmutter-521e934cb95a80f001332e31934b98376b9dfded.tar.gz
wayland: Implement wl_tablet_tool device event emission
This takes care of the emission of motion/down/up/button, in addition to the extra distance/pressure/tilt axes.
Diffstat (limited to 'src/wayland/meta-wayland-tablet-tool.h')
-rw-r--r--src/wayland/meta-wayland-tablet-tool.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wayland/meta-wayland-tablet-tool.h b/src/wayland/meta-wayland-tablet-tool.h
index 12510c4dc..fbbe85a7c 100644
--- a/src/wayland/meta-wayland-tablet-tool.h
+++ b/src/wayland/meta-wayland-tablet-tool.h
@@ -44,6 +44,8 @@ struct _MetaWaylandTabletTool
guint32 pressed_buttons;
guint32 proximity_serial;
+ guint32 down_serial;
+ guint32 button_serial;
MetaWaylandTablet *current_tablet;
};