mirror of
https://github.com/labwc/labwc.git
synced 2025-11-01 22:58:47 -04:00
view, xdg: notify clients when tiling windows
This commit is contained in:
parent
ab1b0478a5
commit
c1a2dd3e27
3 changed files with 51 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue