mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-04-08 08:21:12 -04:00
parent
5a07efd57b
commit
a9b1ef6a07
4 changed files with 142 additions and 1 deletions
3
server.h
3
server.h
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue