xdg-shell: drop wlr_xdg_toplevel_set_fullscreen_event

Instead, compositors can read relevant values from
wlr_xdg_toplevel.requested.
This commit is contained in:
Kirill Primak 2022-01-08 22:52:57 +03:00
parent fd3a2a0906
commit 34a71eae31
2 changed files with 2 additions and 20 deletions

View file

@ -243,12 +243,6 @@ struct wlr_xdg_toplevel_resize_event {
uint32_t edges;
};
struct wlr_xdg_toplevel_set_fullscreen_event {
struct wlr_xdg_toplevel *toplevel;
bool fullscreen;
struct wlr_output *output;
};
struct wlr_xdg_toplevel_show_window_menu_event {
struct wlr_xdg_toplevel *toplevel;
struct wlr_seat_client *seat;