diff options
author | Scott Anderson <ascent12@hotmail.com> | 2017-05-14 01:24:09 +1200 |
---|---|---|
committer | Scott Anderson <ascent12@hotmail.com> | 2017-05-14 01:24:09 +1200 |
commit | eac603bfdf107daa1bb33568c8cc282713c31edd (patch) | |
tree | fe3752518a62f96f970ea98478150f96ca612b2e /include/wlr | |
parent | 3000b8615fd4ba62b1a0f804caf0b150d5edf22c (diff) | |
parent | 599d1bcbdc8e0e9fb2d743d70dbf8b6fa9f3bea2 (diff) |
Merge branch 'master' into refresh
Diffstat (limited to 'include/wlr')
-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); |