diff options
author | Mike Blumenkrantz <michael.blumenkrantz@gmail.com> | 2013-02-01 10:59:23 +0000 |
---|---|---|
committer | Mike Blumenkrantz <michael.blumenkrantz@gmail.com> | 2013-02-01 10:59:23 +0000 |
commit | f9d80e493a6177b33a4573aad55544ab90fd48cf (patch) | |
tree | 7fabce9686905bcb26899abefe8a3f1e315e72ee /NEWS | |
parent | 1f1994ec78f958895ddca3b0087790f5c0ea02de (diff) | |
download | efl-f9d80e493a6177b33a4573aad55544ab90fd48cf.tar.gz efl-f9d80e493a6177b33a4573aad55544ab90fd48cf.tar.xz efl-f9d80e493a6177b33a4573aad55544ab90fd48cf.zip |
add eet_data_descriptor_name_get()
SVN revision: 83546
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -50,6 +50,7 @@ Additions: eina_xattr_fd_copy() * Added eina_file_copy() * Add eet_mmap. + * added eet_data_descriptor_name_get() * Add eio_eet_sync symbols. * Add infrastructure to handle buggy touchscreen in Ecore_Input_Evas. @@ -135,4 +136,4 @@ Fixes: * Fix evas gif loader to return the correct frame duration * Prevent a crash even if an invalid object is swallowed into an edje object. * Fix cache miss when active edje hash is empty. - * Fix the EVAS_CALLBACK_MOUSE_MOVE callback is called even if the grabbed object is invisible by proxy object. + * Fix the EVAS_CALLBACK_MOUSE_MOVE callback is called even if the grabbed object is invisible by proxy object. |