Ecore_Wayland: Updates to work with latest Wayland:
authorChristopher Michael <cpmichael1@comcast.net>
Wed, 4 Jul 2012 07:16:29 +0000 (07:16 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Wed, 4 Jul 2012 07:16:29 +0000 (07:16 +0000)
commit5ef3b00eaf4886d130dfd938354abbc7a8e5a702
tree4ea4c673955985096161b8689773b7c8b8f20ce9
parent43af930a16202c8a6095b69687da6d30f269c4d4
Ecore_Wayland: Updates to work with latest Wayland:
  Add pointer frame callback. Add pointer surface listener.
  Use doubles for input surface position.
  Fix dnd function prototype to use wl_data_offer now.
  Fix dnd_add function to not use proxy_create anymore.
  Fix regression where window resizing down would leave artifacts.
    - Need to update the window allocation size before attaching the
new buffer.
  Fix set_transient & set_popup to use the parent surface, not the
shell surface.

SVN revision: 73254
legacy/ecore/src/lib/ecore_wayland/Ecore_Wayland.h
legacy/ecore/src/lib/ecore_wayland/ecore_wl_dnd.c
legacy/ecore/src/lib/ecore_wayland/ecore_wl_input.c
legacy/ecore/src/lib/ecore_wayland/ecore_wl_private.h
legacy/ecore/src/lib/ecore_wayland/ecore_wl_window.c