wayland: Add MetaWaylandTabletSeat

This object groups all the tablets/tools pertaining to a given seat.
This commit is contained in:
Carlos Garnacho
2015-10-27 15:28:10 +01:00
parent ee394a6cd3
commit 0deb069f87
4 changed files with 403 additions and 0 deletions

View File

@ -37,6 +37,7 @@ typedef struct _MetaWaylandDragDestFuncs MetaWaylandDragDestFuncs;
typedef struct _MetaWaylandDataOffer MetaWaylandDataOffer;
typedef struct _MetaWaylandDataDevice MetaWaylandDataDevice;
typedef struct _MetaWaylandTabletManager MetaWaylandTabletManager;
typedef struct _MetaWaylandTabletSeat MetaWaylandTabletSeat;
typedef struct _MetaWaylandTabletTool MetaWaylandTabletTool;
typedef struct _MetaWaylandTablet MetaWaylandTablet;