diff options
author | Cedric BAIL <cedric.bail@free.fr> | 2012-05-30 08:15:42 +0000 |
---|---|---|
committer | Cedric BAIL <cedric.bail@free.fr> | 2012-05-30 08:15:42 +0000 |
commit | ef3e42033be33c5fdd390ea3507f6c6c66295eaa (patch) | |
tree | b0592826fcb61a300a2ac819f1bbf2ddb9af0f2c /legacy/evas/NEWS | |
parent | ba47683a9b4199198c490e13b53cbff33f54a431 (diff) |
evas: Don't wake up prepare thread when there is nothing to do.
SVN revision: 71543
Diffstat (limited to '')
-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 bbc210dbdf..82d8fb9cdb 100644 --- a/legacy/evas/NEWS +++ b/legacy/evas/NEWS | |||
@@ -6,6 +6,7 @@ Changes since Evas 1.2.0: | |||
6 | Improvements: | 6 | Improvements: |
7 | * Lock less font rendering. | 7 | * Lock less font rendering. |
8 | * Reduce cost of propagating event by limiting the object we explore by using a bouncing box. | 8 | * Reduce cost of propagating event by limiting the object we explore by using a bouncing box. |
9 | * Don't wake up prepare thread if there is nothing to prepare. | ||
9 | 10 | ||
10 | Fixes: | 11 | Fixes: |
11 | * Add missing files in the tarball. | 12 | * Add missing files in the tarball. |