mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-19 06:47:02 -04:00
Merge branch 'add-2125' into 'master'
Add _XWAYLAND_RANDR_EMU_MONITOR_RECTS support Closes #2125 See merge request wlroots/wlroots!3947
This commit is contained in:
commit
aa8e1ae51c
3 changed files with 49 additions and 1 deletions
|
|
@ -193,6 +193,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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue