efl: quick workaround to fix issue with recent efl commit
authorU. Artie Eoff <ullysses.a.eoff@intel.com>
Wed, 6 Mar 2013 01:34:45 +0000 (17:34 -0800)
committerU. Artie Eoff <ullysses.a.eoff@intel.com>
Wed, 6 Mar 2013 01:34:45 +0000 (17:34 -0800)
commit1034df40f40db9c7af9dedd2a68996887a231c3b
treea35ccf91843593e2b63e28f9f447c8a8a786ea32
parent0c66bf40a8d3dce4aff41eb6d87540f8acc0ef49
efl: quick workaround to fix issue with recent efl commit

<http://git.enlightenment.org/core/efl.git/commit/?id=a37443ad879815fb1c327a7a1b6669a84e8cf622>
removed the wl_display_dispatch() in the ecore_wl_init() function.
Thus we can longer rely on it to trigger the global registry
callbacks to populate the globals before any objects are created.
As a quick workaround we just bind to the wfits protocol on first
use and just assume the globals will be available by then.  We
should probably use a better solution however.

Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
src/efl/wayland-fits.cpp
src/efl/wayland-fits.h