elementary: Don't call ecore_wl2_shutdown unless we have a display
authorChris Michael <cpmichael@osg.samsung.com>
Fri, 4 Dec 2015 15:47:44 +0000 (10:47 -0500)
committerChris Michael <cpmichael@osg.samsung.com>
Fri, 4 Dec 2015 15:48:45 +0000 (10:48 -0500)
commit605823be21e54a91691276a1bbfa54b4ef4f65ee
treefa5628e72330ed22007967648a5b1591821e3bcf
parent7728ab47c08a4d5117a3fed4d779c92f30c7c4cf
elementary: Don't call ecore_wl2_shutdown unless we have a display

During _elm_config_sub_shutdown we were explicitly calling
ecore_wl2_shutdown. We should only be doing this if we are actually in
a wayland environment.

@fix

Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
legacy/elementary/src/lib/elm_config.c