view, xdg: notify clients when tiling windows

This commit is contained in:
Andrew J. Hesford 2024-01-22 15:38:14 -05:00
parent ab1b0478a5
commit c1a2dd3e27
3 changed files with 51 additions and 0 deletions

View file

@ -94,6 +94,7 @@ struct view_impl {
void (*map)(struct view *view);
void (*set_activated)(struct view *view, bool activated);
void (*set_fullscreen)(struct view *view, bool fullscreen);
void (*set_tiled)(struct view *view);
/*
* client_request is true if the client unmapped its own
* surface; false if we are just minimizing the view. The two