cage: add basic wlr-output-management support

Co-authored-by: Dima Krasner <dima@dimakrasner.com>
This commit is contained in:
Jonathan GUILLOT 2023-07-21 15:37:38 +02:00
parent 36450a9e33
commit aac86adf7f
6 changed files with 170 additions and 21 deletions

1
view.h
View file

@ -49,6 +49,7 @@ bool view_is_primary(struct cg_view *view);
bool view_is_transient_for(struct cg_view *child, struct cg_view *parent);
void view_activate(struct cg_view *view, bool activate);
void view_position(struct cg_view *view);
void view_position_all(struct cg_server *server);
void view_unmap(struct cg_view *view);
void view_map(struct cg_view *view, struct wlr_surface *surface);
void view_destroy(struct cg_view *view);