mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-08 22:05:58 +01:00
add missing xwayland stub
This commit is contained in:
parent
8e6950e200
commit
494103b521
1 changed files with 2 additions and 0 deletions
|
@ -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_fullscreen(wlr_xwayland_surface*, bool) {}
|
||||||
|
|
||||||
inline void wlr_xwayland_surface_set_minimized(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; }
|
||||||
|
|
Loading…
Reference in a new issue