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

@ -8,7 +8,7 @@
#include <wlr/types/wlr_tablet_tool.h>
#include <wlr/types/wlr_tablet_v2.h>
#include <wlr/util/log.h>
#include "tablet-unstable-v2-protocol.h"
#include "tablet-v2-protocol.h"
#define TABLET_MANAGER_VERSION 1

View file

@ -7,7 +7,7 @@
#include <wlr/types/wlr_tablet_pad.h>
#include <wlr/types/wlr_tablet_v2.h>
#include <wlr/util/log.h>
#include "tablet-unstable-v2-protocol.h"
#include "tablet-v2-protocol.h"
static const struct wlr_tablet_pad_v2_grab_interface default_pad_grab_interface;

View file

@ -7,7 +7,7 @@
#include <wlr/types/wlr_tablet_v2.h>
#include <wlr/util/log.h>
#include "tablet-unstable-v2-protocol.h"
#include "tablet-v2-protocol.h"
void destroy_tablet_v2(struct wl_resource *resource) {
struct wlr_tablet_client_v2 *tablet = tablet_client_from_resource(resource);

View file

@ -8,7 +8,7 @@
#include <wlr/util/log.h>
#include "util/set.h"
#include "util/time.h"
#include "tablet-unstable-v2-protocol.h"
#include "tablet-v2-protocol.h"
static const struct wlr_tablet_tool_v2_grab_interface default_tool_grab_interface;