xwm: add _XWAYLAND_RANDR_EMU_MONITOR_RECTS support

Fixes #2125
This commit is contained in:
BBaoVanC 2022-12-19 14:45:54 -06:00
parent 5f264a7d6c
commit 395b0d856a
No known key found for this signature in database
GPG key ID: 18089E4E3CCF1D3A
3 changed files with 49 additions and 1 deletions

View file

@ -184,6 +184,11 @@ struct wlr_xwayland_resize_event {
uint32_t edges;
};
struct wlr_xwayland_fullscreen_event {
size_t randr_emu_monitor_rects_count;
struct wlr_box *randr_emu_monitor_rects;
};
struct wlr_xwayland_minimize_event {
struct wlr_xwayland_surface *surface;
bool minimize;