window: Store the outputs that the window is on
authorRob Bradford <rob@linux.intel.com>
Tue, 15 May 2012 16:55:34 +0000 (17:55 +0100)
committerKristian Høgsberg <krh@bitplanet.net>
Tue, 15 May 2012 17:29:37 +0000 (13:29 -0400)
commit7507b570c64b2b7bf2ab9aee75f9fdc69e0529a4
tree4e70f5e24747c94770d912def42a59dd1b95da5e
parentf6f9069138f65dad4f3aa01b3413ba7d7dbf398a
window: Store the outputs that the window is on

Using the surface enter/leave events track which outputs the window is on and
store those in a "window_output_list" on the window.

To create this list we define a struct window_output that is the list
relationship between the window and the output.
clients/window.c