Ecore: Update ChangeLog and configure.ac for Rob's cursor patches.

SVN revision: 71735
This commit is contained in:
Christopher Michael 2012-06-06 08:19:45 +00:00
parent b170d36865
commit 564ad86a36
2 changed files with 16 additions and 1 deletions

View File

@ -689,6 +689,21 @@
directfb}_window_get return 0 if the Ecore_Evas was not created with
the appropriate constructor.
2012-05-29 Rob Bradford
* Initial cursor support for Wayland:
* Add api to the ecore_wl_input_ namespace to allow setting the buffer
to use for the pointer and for loading a named cursor from a cursor
theme. Under the Wayland protocol the cursor is associated with the
input device.
* Add helper functions to ecore_wl_window to set the cursor based on
the active pointer input device for the window.
* Load the cursor theme when the SHM interface is ready and provide an
API call to provide a wl_cursor for a given name.
* Add API to restore to the default cursor and then use that when the
pointer enters the surface to ensure compliance with the Wayland
protocol.
2012-05-30 Cedric Bail
* Force cancel of all running Ecore_Thread on shutdown.

View File

@ -1916,7 +1916,7 @@ ECORE_EVAS_CHECK_MODULE([psl1ght],
ecore_wayland_deps="no"
have_wayland="no"
if test "x${want_ecore_wayland}" = "xyes" ; then
PKG_CHECK_MODULES([WAYLAND], [wayland-client xkbcommon], [have_wayland="yes"], [have_wayland="no"])
PKG_CHECK_MODULES([WAYLAND], [wayland-client wayland-cursor xkbcommon], [have_wayland="yes"], [have_wayland="no"])
fi
if test "x${have_ecore_input}" = "xyes" -a "x${have_wayland}" = "xyes" ; then
ecore_wayland_deps="yes"