mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-19 06:47:02 -04:00
parent
5f264a7d6c
commit
395b0d856a
3 changed files with 49 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -87,6 +87,7 @@ enum atom_name {
|
|||
DND_ACTION_PRIVATE,
|
||||
NET_CLIENT_LIST,
|
||||
NET_CLIENT_LIST_STACKING,
|
||||
XWAYLAND_RANDR_EMU_MONITOR_RECTS,
|
||||
ATOM_LAST // keep last
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue