Etaash Mathamsetty (@etaash.mathamsetty) commented about dlls/winewayland.drv/wayland_pointer.c:
#include <math.h> #include <stdlib.h>
+#define OEMRESOURCE
#include "waylanddrv.h" #include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(waylanddrv);
+/* The cursor-shape-v1 protocol file references the zwp_tablet_tool_v2
- interface object. Since we don't currently use the tablet protocol,
- provide a dummy object here to avoid linking errors. */
+void *zwp_tablet_tool_v2_interface = NULL;
Is it possible to import tablet-v2 xml instead?