Added the tablet manager and tablet v2 protocol

This commit is contained in:
vaxerski
2022-06-08 14:29:49 +02:00
parent 0b8fe2a0aa
commit da80eb8e57
5 changed files with 1195 additions and 1 deletions

View File

@@ -77,6 +77,9 @@ extern "C" {
#include "../wlroots/include/wlr/util/log.h"
#include "../wlroots/include/wlr/xwayland.h"
#include "../wlroots/include/wlr/util/region.h"
#include "../wlroots/include/wlr/types/wlr_tablet_pad.h"
#include "../wlroots/include/wlr/types/wlr_tablet_tool.h"
#include "../wlroots/include/wlr/types/wlr_tablet_v2.h"
#include <xkbcommon/xkbcommon.h>
#include <X11/Xproto.h>
#include "../wlroots/include/wlr/render/egl.h"