efl/legacy/ecore/src/lib/ecore_wayland
Christopher Michael 62694fbf44 Ecore_Wayland: Add an API function which calls wl_display_iterate(readable).
Fix ecore_wl_window surface attach of the buffer for shm and egl types.

NB: This ensures that both efl/elm clients work under the Wayland
Compositor AND the E17 Compositor.

NB: The issue here is that clients (when run under the Wayland
compositor) need to make sure 'iterate' has
been called before creating surfaces so that the wl_compositor is
setup. However, the actual E17 Compositor will hang if 'iterate' is called
to early.



SVN revision: 69707
2012-03-29 01:26:30 +00:00
..
Ecore_Wayland.h Ecore_Wayland: Add an API function which calls wl_display_iterate(readable). 2012-03-29 01:26:30 +00:00
Makefile.am Ecore_Wayland: Refactor all the ecore_wayland code to improve running 2012-02-28 21:55:51 +00:00
ecore_wl.c Ecore_Wayland: Add an API function which calls wl_display_iterate(readable). 2012-03-29 01:26:30 +00:00
ecore_wl_dnd.c Ecore_Wayland: Refactor all the ecore_wayland code to improve running 2012-02-28 21:55:51 +00:00
ecore_wl_input.c Ecore_Wayland: Remove dependency on egl (handled in compositors). 2012-03-27 17:50:40 +00:00
ecore_wl_output.c Ecore_Wayland: 2012-03-27 02:13:34 +00:00
ecore_wl_private.h Ecore_Wayland: Don't require a current surface to retrieve pointer 2012-03-05 16:50:20 +00:00
ecore_wl_window.c Ecore_Wayland: Add an API function which calls wl_display_iterate(readable). 2012-03-29 01:26:30 +00:00