aboutsummaryrefslogtreecommitdiff
path: root/include/backend/libinput.h
diff options
context:
space:
mode:
authorScott Anderson <ascent12@hotmail.com>2017-06-21 13:31:29 +1200
committerScott Anderson <ascent12@hotmail.com>2017-06-21 13:31:29 +1200
commit55854565dc80352e8aca122a76da21152e428995 (patch)
tree59832c9eb8e05545de00df590960a129fc171b86 /include/backend/libinput.h
parent091de12bf4b91c9326c84a11ce10d51ca41fee0b (diff)
Fixed VT switching
Diffstat (limited to 'include/backend/libinput.h')
-rw-r--r--include/backend/libinput.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/backend/libinput.h b/include/backend/libinput.h
index 89286ab8..1e8b9072 100644
--- a/include/backend/libinput.h
+++ b/include/backend/libinput.h
@@ -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;
};