commit | da644266856c174ee1dea355988b5a56dfd21c61 | [log] [tgz] |
---|---|---|
author | Emilio Pozuelo Monfort <pochu27@gmail.com> | Tue Nov 19 11:37:19 2013 +0100 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Tue Nov 19 11:51:51 2013 -0800 |
tree | 21a5300bdd848e21dd7bdf99af3846b73114ae43 | |
parent | 5c22ce652d2889dbe08faa0a3fb6a9e76aef5706 [diff] |
shell: Set output on the focus_surfaces' view Otherwise we crash when animating the view. Signed-off-by: Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
diff --git a/src/shell.c b/src/shell.c index 09ff86c..bf5c704 100644 --- a/src/shell.c +++ b/src/shell.c
@@ -615,6 +615,7 @@ surface->configure_private = fsurf; fsurf->view = weston_view_create (surface); + fsurf->view->output = output; weston_view_configure(fsurf->view, output->x, output->y, output->width, output->height);