foreign: handle maximize request

This commit is contained in:
Johan Malm 2021-08-05 12:52:42 +01:00
parent 042ea266a5
commit b4722d988e
3 changed files with 20 additions and 0 deletions

View file

@ -224,6 +224,7 @@ struct view {
} ssd;
struct wlr_foreign_toplevel_handle_v1 *toplevel_handle;
struct wl_listener toplevel_handle_request_maximize;
struct wl_listener map;
struct wl_listener unmap;