From 2ed032a7fd140ee85483a891fa63c16668019577 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Sat, 9 Mar 2024 22:37:49 +0000 Subject: [PATCH] xwayland: fix no_xwayland compiles --- src/helpers/XWaylandStubs.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/helpers/XWaylandStubs.hpp b/src/helpers/XWaylandStubs.hpp index 89e0b41f..c21041cd 100644 --- a/src/helpers/XWaylandStubs.hpp +++ b/src/helpers/XWaylandStubs.hpp @@ -167,4 +167,6 @@ inline wlr_xwayland_surface* wlr_xwayland_surface_try_from_wlr_surface(wlr_surfa inline bool wlr_xwayland_or_surface_wants_focus(const wlr_xwayland_surface*) { return false; -} \ No newline at end of file +} + +inline void wlr_xwayland_set_cursor(wlr_xwayland* wlr_xwayland, uint8_t* pixels, uint32_t stride, uint32_t width, uint32_t height, int32_t hotspot_x, int32_t hotspot_y) {} \ No newline at end of file