ecore-wl2: Set WAYLAND_DISPLAY env variable when we create a display

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-10-08 14:13:05 -04:00
parent 68527379e2
commit fbfe60751d
1 changed files with 2 additions and 0 deletions

View File

@ -368,6 +368,8 @@ ecore_wl2_display_create(const char *name)
}
}
setenv("WAYLAND_DISPLAY", ewd->name, 1);
loop = wl_display_get_event_loop(ewd->wl.display);
ewd->fd_hdl =