summaryrefslogtreecommitdiff
path: root/src/wayland/meta-wayland-tablet-manager.h
Commit message (Collapse)AuthorAgeFilesLines
* wayland: Add methods to update the position of different tools' cursorsCarlos Garnacho2016-05-031-0/+3
|
* wayland: Add MetaWaylandTabletManagerCarlos Garnacho2016-05-031-0/+54
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.