aboutsummaryrefslogtreecommitdiff
path: root/include
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
parent091de12bf4b91c9326c84a11ce10d51ca41fee0b (diff)
Fixed VT switching
Diffstat (limited to 'include')
-rw-r--r--include/backend/drm.h1
-rw-r--r--include/backend/libinput.h2
2 files changed, 3 insertions, 0 deletions
diff --git a/include/backend/drm.h b/include/backend/drm.h
index 7d90ce57..a4995fa9 100644
--- a/include/backend/drm.h
+++ b/include/backend/drm.h
@@ -89,5 +89,6 @@ void wlr_drm_scan_connectors(struct wlr_backend_state *state);
int wlr_drm_event(int fd, uint32_t mask, void *data);
void wlr_drm_output_start_renderer(struct wlr_output_state *output);
+void wlr_drm_output_pause_renderer(struct wlr_output_state *output);
#endif
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;
};