aboutsummaryrefslogtreecommitdiff
path: root/include/backend/drm.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/drm.h
parent091de12bf4b91c9326c84a11ce10d51ca41fee0b (diff)
Fixed VT switching
Diffstat (limited to 'include/backend/drm.h')
-rw-r--r--include/backend/drm.h1
1 files changed, 1 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