commit | 412e6a59eb90da5b29226e0b32f4a1a8e21c6500 | [log] [tgz] |
---|---|---|
author | Giulio Camuffo <giuliocamuffo@gmail.com> | Wed Jul 09 22:12:56 2014 +0300 |
committer | Jason Ekstrand <jason.ekstrand@intel.com> | Wed Jul 23 12:34:33 2014 -0700 |
tree | 656c515d17dcc9308bc6100719a320a60c55b5ac | |
parent | cfff3122046b346f0b47b6f7dfbbdf62352cfe61 [diff] |
compositor: keep track of the weston_layer a weston_view is in This introduces a new struct, weston_layer_entry, which is now used in place of wl_list to keep the link for the layer list in weston_view and the head of the list in weston_layer. weston_layer_entry also has a weston_layer*, which points to the layer the view is in or, in the case the entry it's the head of the list, to the layer itself.