Fix the size of surfaces created in create_black_surface
Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>
diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c
index 2019a4e..c49edf9 100644
--- a/desktop-shell/shell.c
+++ b/desktop-shell/shell.c
@@ -2445,7 +2445,7 @@
pixman_region32_fini(&surface->input);
pixman_region32_init_rect(&surface->input, 0, 0, w, h);
- weston_surface_set_size(surface, w, y);
+ weston_surface_set_size(surface, w, h);
weston_view_set_position(view, x, y);
return view;