Switch to stable tablet-v2 protocol

References: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/284
This commit is contained in:
Simon Ser 2024-04-12 14:55:17 +02:00 committed by Kirill Primak
parent 099350a414
commit fe429b2463
11 changed files with 11 additions and 11 deletions

View file

@ -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 */

View file

@ -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