From 5c8833cbbe6dfff1b303268b3be0f31b91aec91f Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Fri, 10 Feb 2012 10:37:28 +0000 Subject: [PATCH] Ecore: Add ChangeLog entries for new ecore_evas_wayland function. SVN revision: 67820 --- legacy/ecore/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/legacy/ecore/ChangeLog b/legacy/ecore/ChangeLog index 65933c2113..4a76ab2c02 100644 --- a/legacy/ecore/ChangeLog +++ b/legacy/ecore/ChangeLog @@ -485,3 +485,7 @@ 2012-02-09 Jihoon Kim (jihoon) * Provide compose, string in key down/up event in case of scim-input-pad. + +2012-02-10 Christopher Michael (devilhorns) + + * Add Ecore_Evas function to allow setting a mouse pointer from efl/elm wayland clients.