compositor-wayland: Set make and model
This commit is contained in:
parent
539d85f69d
commit
90bc88c710
@ -401,6 +401,8 @@ wayland_compositor_create_output(struct wayland_compositor *c,
|
||||
output->base.border.bottom = c->border.bottom;
|
||||
output->base.border.left = c->border.left;
|
||||
output->base.border.right = c->border.right;
|
||||
output->base.make = "waywayland";
|
||||
output->base.model = "none";
|
||||
|
||||
weston_output_move(&output->base, 0, 0);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user