weston/desktop-shell
Emilio Pozuelo Monfort adaa20c017 desktop-shell: initialize children link
Since commit 9046d2, when destroying a surface, we remove all the
links from its children. But when the child surfaces are destroyed,
those links will be removed again, but since they were not properly
initialized, weston will crash.

Call shell_surface_set_parent instead which removes the link and
sets parent while also initializing the link, thus avoiding this
crash.
2014-02-01 01:29:13 -08:00
..
.gitignore Update .gitignore 2013-12-09 12:15:41 -08:00
exposay.c exposay: remove redundant NULL check in highlight_surface 2014-01-19 22:04:27 -08:00
input-panel.c input-panel: validate return value of get_default_view 2014-01-19 22:04:56 -08:00
shell.c desktop-shell: initialize children link 2014-02-01 01:29:13 -08:00
shell.h shell: Disable exposay by default 2014-01-16 16:52:12 -08:00