diff options
author | Scott Anderson <ascent12@hotmail.com> | 2017-05-13 20:37:15 +1200 |
---|---|---|
committer | Scott Anderson <ascent12@hotmail.com> | 2017-05-13 20:37:15 +1200 |
commit | 599d1bcbdc8e0e9fb2d743d70dbf8b6fa9f3bea2 (patch) | |
tree | 8654459a95395a38a1ddf692c07a6422f97106ee /include/wlr/backend | |
parent | c436e76240ab190a07afcd961ca2dd279af72968 (diff) |
DPMS support
Diffstat (limited to 'include/wlr/backend')
-rw-r--r-- | include/wlr/backend/drm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/wlr/backend/drm.h b/include/wlr/backend/drm.h index 2d9bf879..c76d280a 100644 --- a/include/wlr/backend/drm.h +++ b/include/wlr/backend/drm.h @@ -10,6 +10,8 @@ struct wlr_backend *wlr_drm_backend_create(struct wl_display *display, struct wlr_session *session); +void wlr_drm_backend_dpms(struct wlr_backend *backend, bool screen_on); + void wlr_drm_output_begin(struct wlr_output *out); void wlr_drm_output_end(struct wlr_output *out); |