mirror of
https://github.com/swaywm/sway.git
synced 2025-11-08 13:29:50 -05:00
view: implement foreign toplevel fullscreen request
This commit is contained in:
parent
a01573016a
commit
f478f4cc66
2 changed files with 31 additions and 0 deletions
|
|
@ -99,6 +99,7 @@ struct sway_view {
|
|||
|
||||
struct wlr_foreign_toplevel_handle_v1 *foreign_toplevel;
|
||||
struct wl_listener foreign_activate_request;
|
||||
struct wl_listener foreign_fullscreen_request;
|
||||
struct wl_listener foreign_close_request;
|
||||
|
||||
bool destroying;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue