wayland: Add MetaWaylandTabletTool

This struct holds the server-side information of a wl_tablet_tool, which
represents an specific tool of an specific tablet, and is unique as such.
This commit is contained in:
Carlos Garnacho
2015-02-04 18:19:08 +01:00
parent 5478accbf2
commit ee394a6cd3
4 changed files with 193 additions and 0 deletions

View File

@ -38,6 +38,7 @@ typedef struct _MetaWaylandDataOffer MetaWaylandDataOffer;
typedef struct _MetaWaylandDataDevice MetaWaylandDataDevice;
typedef struct _MetaWaylandTabletSeat MetaWaylandTabletSeat;
typedef struct _MetaWaylandTabletTool MetaWaylandTabletTool;
typedef struct _MetaWaylandTablet MetaWaylandTablet;
typedef struct _MetaWaylandBuffer MetaWaylandBuffer;