Ecore_Wayland:
authorChristopher Michael <cpmichael1@comcast.net>
Tue, 27 Mar 2012 02:13:34 +0000 (02:13 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Tue, 27 Mar 2012 02:13:34 +0000 (02:13 +0000)
commit4e42d802b8d7c49e42be14e3f101ee06dde5da81
treeb75d97209de91dc72f3ee91c2362d4b0f3018dfc
parente17aa714d898046bb1c869c0b60f3c8c73c9bf18
Ecore_Wayland:

- Comment out display_iterate during intialize (hangs compositor
initialize).
- Simplify ecore_wl_flush routine and avoid possible hangs in
wl_display_roundtrip.
- Add function (for trip ;) ) to be able to return the screen dpi.
- Implement functions for input grab/ungrab.
- Set root.x/y in mouse events.
- Remove freeing of mouse_move event (already handled generically).
- Handle setting output mm width/height (for calc of dpi).
- Implement setting surface input & opaque regions.
- Implement popup windows.
- Implement ecore_wl_window_transparent_set function.
- Implement function to allow setting Ecore_Wl_Window type.
- Implement setting the wayland mouse pointer to an image (via
ecore_wl_window_pointer_set).
- Comment out wl_display_iterate during initialize (can cause hangs in
compositor).
- Simplify ecore_wl_flush (to avoid compositor hangs).

SVN revision: 69644
legacy/ecore/src/lib/ecore_wayland/Ecore_Wayland.h
legacy/ecore/src/lib/ecore_wayland/ecore_wl.c
legacy/ecore/src/lib/ecore_wayland/ecore_wl_input.c
legacy/ecore/src/lib/ecore_wayland/ecore_wl_output.c
legacy/ecore/src/lib/ecore_wayland/ecore_wl_window.c