commit | a8a9baf873a5fcfa8af3272e42d2a648c5e6fd26 | [log] [tgz] |
---|---|---|
author | Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com> | Wed Jan 29 18:47:52 2014 +0200 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Wed Feb 05 17:32:35 2014 -0800 |
tree | 90e1ba22f873df02d30437c5b251328f411d0b19 | |
parent | 7908bffdf93059ddcb4e290cc597bd1c262a2a1f [diff] |
compositor: Remove weston_output::move_signal Since that signal is per output, it is necessary to track in which output a view is in so that the signal is handled properly. Instead, add a compositor wide output moved signal, that is handled by the shell. The shell iterates over the layers it owns to move views appropriately.