mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-04 14:07:59 +02:00
compositor-x11: Set make and model so we don't send NULL strings
This commit is contained in:
parent
31b6862eeb
commit
1248158e7d
1 changed files with 2 additions and 0 deletions
|
|
@ -515,6 +515,8 @@ x11_compositor_create_output(struct x11_compositor *c, int x, int y,
|
|||
wl_list_insert(&output->base.mode_list, &output->mode.link);
|
||||
|
||||
output->base.current = &output->mode;
|
||||
output->base.make = "xwayland";
|
||||
output->base.model = "none";
|
||||
weston_output_init(&output->base, &c->base, x, y, width, height,
|
||||
WL_OUTPUT_FLIPPED);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue