Fixed VT switching

This commit is contained in:
Scott Anderson 2017-06-21 13:31:29 +12:00
parent 091de12bf4
commit 55854565dc
6 changed files with 42 additions and 4 deletions

View file

@ -16,6 +16,8 @@ struct wlr_backend_state {
struct libinput *libinput;
struct wl_event_source *input_event;
struct wl_listener session_signal;
list_t *devices;
};