aboutsummaryrefslogtreecommitdiff
path: root/include/backend
diff options
context:
space:
mode:
authorScott Anderson <ascent12@hotmail.com>2017-06-08 00:39:40 +1200
committerScott Anderson <ascent12@hotmail.com>2017-06-08 00:39:40 +1200
commit632a7acb03f4c4b8d06fdf7f8d7839db27cde538 (patch)
treeefe0c6f24adc6c005838a43cf8b6f7d0796fbaba /include/backend
parentd79f5780225d2416f3fff9dcebeac1d64110bb94 (diff)
Filled out more wlr_output fields.
Diffstat (limited to 'include/backend')
-rw-r--r--include/backend/drm/drm.h1
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;