diff options
author | Scott Anderson <ascent12@hotmail.com> | 2017-06-08 00:39:40 +1200 |
---|---|---|
committer | Scott Anderson <ascent12@hotmail.com> | 2017-06-08 00:39:40 +1200 |
commit | 632a7acb03f4c4b8d06fdf7f8d7839db27cde538 (patch) | |
tree | efe0c6f24adc6c005838a43cf8b6f7d0796fbaba /include/backend/drm/drm.h | |
parent | d79f5780225d2416f3fff9dcebeac1d64110bb94 (diff) |
Filled out more wlr_output fields.
Diffstat (limited to 'include/backend/drm/drm.h')
-rw-r--r-- | include/backend/drm/drm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/backend/drm/drm.h b/include/backend/drm/drm.h index 004f3a10..2d063adb 100644 --- a/include/backend/drm/drm.h +++ b/include/backend/drm/drm.h @@ -34,7 +34,6 @@ struct wlr_output_state { struct wlr_output *wlr_output; enum wlr_drm_output_state state; uint32_t connector; - char name[16]; struct { uint32_t dpms; |