Add list of outputs to compositor (needed for drm compositor).

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-04-23 09:54:23 +01:00
parent c24bdf66df
commit 2344c1efdf
1 changed files with 2 additions and 0 deletions

View File

@ -282,6 +282,8 @@ struct _E_Wayland_Compositor
Eina_List *surfaces;
Eina_List *seats;
struct wl_list outputs;
void (*ping_cb) (E_Wayland_Surface *ews, unsigned int serial);
};