mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
Update sizes for new EDID database.
This commit is contained in:
parent
0d23fb7b6d
commit
0036161867
2 changed files with 2 additions and 2 deletions
|
|
@ -577,7 +577,7 @@ void roots_config_destroy(struct roots_config *config) {
|
|||
|
||||
struct roots_output_config *roots_config_get_output(struct roots_config *config,
|
||||
struct wlr_output *output) {
|
||||
char name[83];
|
||||
char name[88];
|
||||
snprintf(name, sizeof(name), "%s %s %s", output->make, output->model,
|
||||
output->serial);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue