From 564ad86a36300dcdb53095e33a3293311531f862 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Wed, 6 Jun 2012 08:19:45 +0000 Subject: [PATCH] Ecore: Update ChangeLog and configure.ac for Rob's cursor patches. SVN revision: 71735 --- legacy/ecore/ChangeLog | 15 +++++++++++++++ legacy/ecore/configure.ac | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/legacy/ecore/ChangeLog b/legacy/ecore/ChangeLog index d696ae3323..2f1352eb3b 100644 --- a/legacy/ecore/ChangeLog +++ b/legacy/ecore/ChangeLog @@ -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. diff --git a/legacy/ecore/configure.ac b/legacy/ecore/configure.ac index f5ff34464e..3ff39e4757 100644 --- a/legacy/ecore/configure.ac +++ b/legacy/ecore/configure.ac @@ -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"