diff options
author | Carlos Garnacho <carlosg@gnome.org> | 2016-06-30 18:38:01 +0200 |
---|---|---|
committer | Carlos Garnacho <carlosg@gnome.org> | 2016-07-22 13:31:09 +0200 |
commit | 62e4954c96657e3e39ed1ec70b0064320b8cc456 (patch) | |
tree | ce92bbf05b96583e74d2eeb6a3aaf50cf2517b7e /src/wayland/meta-wayland-tablet-pad-strip.h | |
parent | 062b696df2688b9ecff393f12f0b8eacd27e0d2e (diff) | |
download | mutter-62e4954c96657e3e39ed1ec70b0064320b8cc456.tar.gz |
wayland: Add method to relate a pad strip to its group
Diffstat (limited to 'src/wayland/meta-wayland-tablet-pad-strip.h')
-rw-r--r-- | src/wayland/meta-wayland-tablet-pad-strip.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wayland/meta-wayland-tablet-pad-strip.h b/src/wayland/meta-wayland-tablet-pad-strip.h index 1f37828d5..e4bd90e10 100644 --- a/src/wayland/meta-wayland-tablet-pad-strip.h +++ b/src/wayland/meta-wayland-tablet-pad-strip.h @@ -32,6 +32,7 @@ struct _MetaWaylandTabletPadStrip { MetaWaylandTabletPad *pad; + MetaWaylandTabletPadGroup *group; struct wl_list resource_list; struct wl_list focus_resource_list; @@ -42,6 +43,9 @@ struct _MetaWaylandTabletPadStrip MetaWaylandTabletPadStrip * meta_wayland_tablet_pad_strip_new (MetaWaylandTabletPad *pad); void meta_wayland_tablet_pad_strip_free (MetaWaylandTabletPadStrip *strip); +void meta_wayland_tablet_pad_strip_set_group (MetaWaylandTabletPadStrip *strip, + MetaWaylandTabletPadGroup *group); + struct wl_resource * meta_wayland_tablet_pad_strip_create_new_resource (MetaWaylandTabletPadStrip *strip, struct wl_client *client, |