mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -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
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue