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

@ -26,7 +26,7 @@
#include "xdg-activation-v1-client-protocol.h"
#include "xdg-decoration-unstable-v1-client-protocol.h"
#include "xdg-shell-client-protocol.h"
#include "tablet-unstable-v2-client-protocol.h"
#include "tablet-v2-client-protocol.h"
#include "relative-pointer-unstable-v1-client-protocol.h"
#include "viewporter-client-protocol.h"

View file

@ -18,7 +18,7 @@ client_protos = [
'pointer-gestures-unstable-v1',
'presentation-time',
'relative-pointer-unstable-v1',
'tablet-unstable-v2',
'tablet-v2',
'viewporter',
'xdg-activation-v1',
'xdg-decoration-unstable-v1',

View file

@ -10,7 +10,7 @@
#include "backend/wayland.h"
#include "util/time.h"
#include "tablet-unstable-v2-client-protocol.h"
#include "tablet-v2-client-protocol.h"
struct tablet_tool {
/* static */