mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
Fixed VT switching
This commit is contained in:
parent
091de12bf4
commit
55854565dc
6 changed files with 42 additions and 4 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue