mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 15:25:58 +01:00
fix missing stub for xwayland
This commit is contained in:
parent
206360177f
commit
c9eb0f3aab
1 changed files with 5 additions and 0 deletions
|
@ -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) { }
|
||||
|
|
Loading…
Reference in a new issue