commit | 90bc88c710b34f46ef89e1c5765e5f63f8e02847 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Mon Aug 13 23:34:04 2012 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Tue Aug 14 10:17:06 2012 -0400 |
tree | 4fc8c38dd591837989fb41bbb429b2c382d17a31 | |
parent | 539d85f69dc43cb75918ad3f3d705edf80db08f8 [diff] [blame] |
compositor-wayland: Set make and model
diff --git a/src/compositor-wayland.c b/src/compositor-wayland.c index b45b792..4fc77f1 100644 --- a/src/compositor-wayland.c +++ b/src/compositor-wayland.c
@@ -401,6 +401,8 @@ 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);