diff options
author | emersion <contact@emersion.fr> | 2018-10-04 18:13:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-04 18:13:58 +0200 |
commit | c67ce71fddeae90f6b3d89a742a77d049ffb3e20 (patch) | |
tree | 78259c580e1b82c5415f63c865bcaf6754736153 /include/wlr | |
parent | 841d04db994b0a05d7688a0ecaa9b2e29131f026 (diff) | |
parent | 0036161867f2f0800569aade07ea85788e0d6ee4 (diff) |
Merge pull request #1281 from aereaux/edid-sizes
Update sizes for new EDID database.
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_output.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wlr/types/wlr_output.h b/include/wlr/types/wlr_output.h index 9ede7ab7..96394ba4 100644 --- a/include/wlr/types/wlr_output.h +++ b/include/wlr/types/wlr_output.h @@ -65,7 +65,7 @@ struct wlr_output { struct wl_list resources; char name[24]; - char make[48]; + char make[56]; char model[16]; char serial[16]; int32_t phys_width, phys_height; // mm |