diff options
author | Carlos Garnacho <carlosg@gnome.org> | 2015-01-09 17:20:22 +0100 |
---|---|---|
committer | Carlos Garnacho <carlosg@gnome.org> | 2016-05-03 13:05:06 +0200 |
commit | 5478accbf2794990fded3ccf0dd022e1f6de76e4 (patch) | |
tree | f494ebf34743185f83f36c05e1436f6d58109a26 /src/Makefile.am | |
parent | bae69034766226960668ebb7d8cc321cda8da9cb (diff) | |
download | mutter-5478accbf2794990fded3ccf0dd022e1f6de76e4.tar.gz |
wayland: Add MetaWaylandTablet
This (very basic at the moment) struct keeps server-side information
for wl_tablet resources.
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 9d8e996da..cb8a42a2d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -294,6 +294,8 @@ libmutter_la_SOURCES += \ wayland/meta-wayland-popup.h \ wayland/meta-wayland-seat.c \ wayland/meta-wayland-seat.h \ + wayland/meta-wayland-tablet.c \ + wayland/meta-wayland-tablet.h \ wayland/meta-wayland-touch.c \ wayland/meta-wayland-touch.h \ wayland/meta-wayland-surface.c \ |