From c9eb0f3aabf4e6ea96aa6a20d2e2b10d19adeb36 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Fri, 4 Nov 2022 16:10:10 +0000 Subject: [PATCH] fix missing stub for xwayland --- src/helpers/XWaylandStubs.hpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/helpers/XWaylandStubs.hpp b/src/helpers/XWaylandStubs.hpp index a0b2a3580..395a75757 100644 --- a/src/helpers/XWaylandStubs.hpp +++ b/src/helpers/XWaylandStubs.hpp @@ -133,6 +133,11 @@ struct wlr_xwayland_surface_configure_event { uint16_t mask; // xcb_config_window_t }; +struct wlr_xwayland_minimize_event { + struct wlr_xwayland_surface *surface; + bool minimize; +}; + inline void wlr_xwayland_destroy(wlr_xwayland*) { } inline void wlr_xwayland_surface_configure(wlr_xwayland_surface*, int, int, int, int) { }