diff options
author | Jiyoun Park <jijibe99@gmail.com> | 2012-09-27 08:54:54 +0000 |
---|---|---|
committer | Jiyoun Park <jijibe99@gmail.com> | 2012-09-27 08:54:54 +0000 |
commit | 7d2ced81f61a5f55b23ee67ea0bec20cd2dc77c9 (patch) | |
tree | 25e92c69edbcfdfc6143f1cdc75923159089de59 /legacy/evas/NEWS | |
parent | 35934700690aeebcc670a89c39aceb88422f8c31 (diff) |
add evas object display mode hint
this hint can be used when user want to notify
and change object size hint(display mode)
like compress(example, keyboard show and object need to be compressed)
and etc.
SVN revision: 77136
Diffstat (limited to 'legacy/evas/NEWS')
-rw-r--r-- | legacy/evas/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/legacy/evas/NEWS b/legacy/evas/NEWS index e8d819a39a..5e25b5589a 100644 --- a/legacy/evas/NEWS +++ b/legacy/evas/NEWS | |||
@@ -8,6 +8,7 @@ Additions: | |||
8 | * WEBP image loader support. | 8 | * WEBP image loader support. |
9 | * EVAS_CALLBACK_IMAGE_RESIZE. | 9 | * EVAS_CALLBACK_IMAGE_RESIZE. |
10 | * Evas_Device registration/manipulation/querying API | 10 | * Evas_Device registration/manipulation/querying API |
11 | * Evas_Object_Display_Mode querying API | ||
11 | 12 | ||
12 | Improvements: | 13 | Improvements: |
13 | 14 | ||