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