mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-10-29 05:40:19 -04:00
Add option to allow changing VT
Code that does the VT switch taken from sway.
This commit is contained in:
parent
bd961db6f5
commit
79992f39f3
3 changed files with 28 additions and 13 deletions
2
server.h
2
server.h
|
|
@ -24,6 +24,7 @@ enum cg_multi_output_mode {
|
|||
struct cg_server {
|
||||
struct wl_display *wl_display;
|
||||
struct wl_list views;
|
||||
struct wlr_backend *backend;
|
||||
|
||||
struct cg_seat *seat;
|
||||
struct wlr_idle *idle;
|
||||
|
|
@ -45,6 +46,7 @@ struct cg_server {
|
|||
#endif
|
||||
|
||||
bool xdg_decoration;
|
||||
bool allow_vt_switch;
|
||||
enum wl_output_transform output_transform;
|
||||
#ifdef DEBUG
|
||||
bool debug_damage_tracking;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue