add missing xwayland stub

This commit is contained in:
Vaxry 2023-02-03 14:12:28 +00:00
parent 8e6950e200
commit 494103b521

View file

@ -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; }