Ecore: Update ChangeLog and configure.ac for Rob's cursor patches.
authorChristopher Michael <cpmichael1@comcast.net>
Wed, 6 Jun 2012 08:19:45 +0000 (08:19 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Wed, 6 Jun 2012 08:19:45 +0000 (08:19 +0000)
SVN revision: 71735

legacy/ecore/ChangeLog
legacy/ecore/configure.ac

index d696ae3..2f1352e 100644 (file)
         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.
index f5ff344..3ff39e4 100644 (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"