From 494103b521ceda64d40d7847979e5a2c2f6ca201 Mon Sep 17 00:00:00 2001 From: vaxerski Date: Fri, 3 Feb 2023 14:12:28 +0000 Subject: [PATCH] add missing xwayland stub --- src/helpers/XWaylandStubs.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/helpers/XWaylandStubs.hpp b/src/helpers/XWaylandStubs.hpp index af808074..fcb4a842 100644 --- a/src/helpers/XWaylandStubs.hpp +++ b/src/helpers/XWaylandStubs.hpp @@ -160,3 +160,5 @@ inline void wlr_xwayland_surface_close(wlr_xwayland_surface*) {} inline void wlr_xwayland_surface_set_fullscreen(wlr_xwayland_surface*, bool) {} inline void wlr_xwayland_surface_set_minimized(wlr_xwayland_surface*, bool) {} + +inline wlr_xwayland_surface* wlr_xwayland_surface_try_from_wlr_surface(wlr_surface*) { return nullptr; }