weston/desktop-shell
Ander Conselvan de Oliveira c94d6229dc compositor: Move view repositioning logic into shell
Remove the listener for output destroy from weston_view and instead
iterate views owned by the shell in its own output destroy listener.

This simplifies the code a bit since keeping the view listening for the
destroy on the right output was a bit complicated. This also removes the
function pointer output_destroyed from weston_view. The only user for it
was desktop shell, but now this is all handled in shell.c.
2014-02-05 17:36:00 -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 compositor: Move view repositioning logic into shell 2014-02-05 17:36:00 -08:00
shell.h compositor: Remove weston_output::move_signal 2014-02-05 17:32:35 -08:00