evas-wayland-shm: Provide wl_display field in engine info structure

Summary: This just adds a field so we have some place to store the
wl_display for use in the evas wayland engine

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-07-30 14:37:10 -04:00
parent 37b767994e
commit a1c203967e
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ struct _Evas_Engine_Info_Wayland_Shm
unsigned int rotation, depth;
Eina_Bool destination_alpha : 1;
int edges;
struct wl_display *wl_disp;
} info;
/* non-blocking or blocking mode */