mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-25 06:59:42 -05:00
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:
parent
fd3a2a0906
commit
34a71eae31
2 changed files with 2 additions and 20 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue