mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-10-29 05:40:19 -04:00
cage: add basic wlr-output-management support
Co-authored-by: Dima Krasner <dima@dimakrasner.com>
This commit is contained in:
parent
27b6971b36
commit
6f78d9d5b2
6 changed files with 170 additions and 21 deletions
9
view.c
9
view.c
|
|
@ -97,6 +97,15 @@ view_position(struct cg_view *view)
|
|||
}
|
||||
}
|
||||
|
||||
void
|
||||
view_position_all(struct cg_server *server)
|
||||
{
|
||||
struct cg_view *view;
|
||||
wl_list_for_each (view, &server->views, link) {
|
||||
view_position(view);
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
view_unmap(struct cg_view *view)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue