Add basic wlr-output-management support

Fixes #118
This commit is contained in:
Dima Krasner 2021-12-22 08:29:17 +02:00 committed by Jente Hidskes
parent 5a07efd57b
commit a9b1ef6a07
4 changed files with 142 additions and 1 deletions

View file

@ -47,6 +47,9 @@ struct cg_server {
#if CAGE_HAS_XWAYLAND
struct wl_listener new_xwayland_surface;
#endif
struct wlr_output_manager_v1 *output_manager_v1;
struct wl_listener output_manager_apply;
struct wl_listener output_manager_test;
bool xdg_decoration;
bool allow_vt_switch;