summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristophe Sadoine <chris@indefini.org>2013-11-04 15:33:12 +0900
committerCedric Bail <cedric.bail@samsung.com>2013-11-04 15:35:41 +0900
commit6853dbcf23f71038a14fb4e44c0011dbb475821c (patch)
treefa4a7a79e55d4c88b79975d3394e3010db7b365d /ChangeLog
parentcff3ec04b4d234c8ef59f9d6235e85b725e0bcf3 (diff)
downloadefl-6853dbcf23f71038a14fb4e44c0011dbb475821c.tar.gz
eet: Adding EET_DATA_DESCRIPTOR_ADD_MAPPING_BASIC to add a basic type to a union.
I added EET_DATA_DESCRIPTOR_ADD_MAPPING_BASIC because I need basic types in unions, and EET_DATA_DESCRIPTOR_ADD_MAPPING is only for structs. I also modified the example with a float and a string. Reviewers: cedric Reviewed By: cedric Differential Revision: https://phab.enlightenment.org/D313 Signed-off-by: Cedric Bail <cedric.bail@samsung.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f7ad022a8..ed9fe9d346 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-11-03 Christophe Sadoine
+
+ * Eet: Added EET_DATA_DESCRIPTOR_ADD_MAPPING_BASIC().
+
2013-10-24 Sung W. Park (sung_)
* EvasGL: Fixed direct rendering mode not clipping to its clip region.