diff options
author | Carlos Garnacho <carlosg@gnome.org> | 2015-01-09 17:23:17 +0100 |
---|---|---|
committer | Carlos Garnacho <carlosg@gnome.org> | 2016-05-03 18:17:01 +0200 |
commit | d990f873c1812a57f2abf2e9ab76ed5159e2a6a0 (patch) | |
tree | e79160c091d3334e524f53ece7135fc5f4dbebcf /src/Makefile.am | |
parent | 0deb069f87748a086848d7f5786aefb19c224875 (diff) | |
download | mutter-d990f873c1812a57f2abf2e9ab76ed5159e2a6a0.tar.gz |
wayland: Add MetaWaylandTabletManager
This struct keeps the server side information for the wl_tablet_manager
global resource. It keeps the clients requesting this interface, and
does keep track of the plugged tablet devices, so
wl_tablet_manager.device_added is emitted on the expected clients.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 3abe14b56..a805e3b8f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -296,6 +296,8 @@ libmutter_la_SOURCES += \ wayland/meta-wayland-seat.h \ wayland/meta-wayland-tablet.c \ wayland/meta-wayland-tablet.h \ + wayland/meta-wayland-tablet-manager.c \ + wayland/meta-wayland-tablet-manager.h \ wayland/meta-wayland-tablet-seat.c \ wayland/meta-wayland-tablet-seat.h \ wayland/meta-wayland-tablet-tool.c \ |