From 2344c1efdfdcd5d472bf3703bd588049af034b09 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Tue, 23 Apr 2013 09:54:23 +0100 Subject: [PATCH] Add list of outputs to compositor (needed for drm compositor). Signed-off-by: Chris Michael --- src/bin/e_comp_wl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/e_comp_wl.h b/src/bin/e_comp_wl.h index 63969336f..03a21adb5 100644 --- a/src/bin/e_comp_wl.h +++ b/src/bin/e_comp_wl.h @@ -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); };