mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
Switch to stable tablet-v2 protocol
References: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/284
This commit is contained in:
parent
099350a414
commit
fe429b2463
11 changed files with 11 additions and 11 deletions
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
/*
|
||||
* Copy+Paste from libinput, but this should neither use libinput, nor
|
||||
* tablet-unstable-v2 headers, so we can't include them
|
||||
* tablet-v2 headers, so we can't include them
|
||||
*/
|
||||
enum wlr_tablet_tool_type {
|
||||
/** A generic pen */
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
#include <wayland-server-core.h>
|
||||
#include <wlr/types/wlr_seat.h>
|
||||
|
||||
#include "tablet-unstable-v2-protocol.h"
|
||||
#include "tablet-v2-protocol.h"
|
||||
|
||||
/* This can probably be even lower,the tools don't have a lot of buttons */
|
||||
#define WLR_TABLET_V2_TOOL_BUTTONS_CAP 16
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue