wayland: Add MetaWaylandTablet

This (very basic at the moment) struct keeps server-side information
for wl_tablet resources.
This commit is contained in:
Carlos Garnacho
2015-01-09 17:20:22 +01:00
parent bae6903476
commit 5478accbf2
4 changed files with 194 additions and 0 deletions

View File

@ -37,6 +37,9 @@ typedef struct _MetaWaylandDragDestFuncs MetaWaylandDragDestFuncs;
typedef struct _MetaWaylandDataOffer MetaWaylandDataOffer;
typedef struct _MetaWaylandDataDevice MetaWaylandDataDevice;
typedef struct _MetaWaylandTabletSeat MetaWaylandTabletSeat;
typedef struct _MetaWaylandTablet MetaWaylandTablet;
typedef struct _MetaWaylandBuffer MetaWaylandBuffer;
typedef struct _MetaWaylandRegion MetaWaylandRegion;