commit | aa2ee8bdf6ad2709bfb4afadcb100a7d6361fb9a | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Wed Oct 30 15:49:45 2013 -0700 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Wed Oct 30 15:49:45 2013 -0700 |
tree | acfb0b9d0ff7f7fb08e909a0c4eb32219bb66060 | |
parent | 529a81a89829daf71f4d33b3f02a90001b3dfe5f [diff] |
shell: Create view for lock surface Nothing created the view for the lock surface and weston would crash when trying to display it. https://bugs.freedesktop.org/show_bug.cgi?id=70873
diff --git a/src/shell.c b/src/shell.c index 994805f..9a9127b 100644 --- a/src/shell.c +++ b/src/shell.c
@@ -2828,6 +2828,7 @@ wl_signal_add(&surface->destroy_signal, &shell->lock_surface_listener); + weston_view_create(surface); surface->configure = lock_surface_configure; surface->configure_private = shell; }