wayland: Implement wp_tablet_pad_strip

This represents pad sliders.
This commit is contained in:
Carlos Garnacho
2016-05-10 17:12:08 +02:00
parent e56d6b06cf
commit 828277f5e0
4 changed files with 253 additions and 0 deletions

View File

@ -41,6 +41,7 @@ typedef struct _MetaWaylandTabletManager MetaWaylandTabletManager;
typedef struct _MetaWaylandTabletSeat MetaWaylandTabletSeat;
typedef struct _MetaWaylandTabletTool MetaWaylandTabletTool;
typedef struct _MetaWaylandTablet MetaWaylandTablet;
typedef struct _MetaWaylandTabletPadStrip MetaWaylandTabletPadStrip;
typedef struct _MetaWaylandTabletPadRing MetaWaylandTabletPadRing;
typedef struct _MetaWaylandBuffer MetaWaylandBuffer;