diff options
author | Cedric Bail <cedric@osg.samsung.com> | 2017-11-02 15:21:37 -0700 |
---|---|---|
committer | Cedric Bail <cedric@osg.samsung.com> | 2017-11-02 15:26:08 -0700 |
commit | e5d1cc731a6ea6d8336b6b887352f7a4e02537ae (patch) | |
tree | 1dce2316ff08c16bd421ddd70c16c221fa114fa4 /src/lib/ecore_evas/ecore_evas_private.h | |
parent | 82b0da0c8ab214007c8129b9f7f62d23232d14b0 (diff) |
ecore_evas: always find a source for ticking legacy animator.
As we do not know when a window won't be able to tick, and we do
not know which window a legacy animator is attached to, we require
all windows to tick as often as they can and only generate one tick
per loop run.
This might need more adjustement especially with multi output.
Diffstat (limited to '')
-rw-r--r-- | src/lib/ecore_evas/ecore_evas_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore_evas/ecore_evas_private.h b/src/lib/ecore_evas/ecore_evas_private.h index b808cb2fed..7b83589347 100644 --- a/src/lib/ecore_evas/ecore_evas_private.h +++ b/src/lib/ecore_evas/ecore_evas_private.h | |||
@@ -330,7 +330,7 @@ struct _Ecore_Evas | |||
330 | 330 | ||
331 | // Animator code | 331 | // Animator code |
332 | Ecore_Animator *anim; | 332 | Ecore_Animator *anim; |
333 | unsigned int anim_count; | 333 | unsigned int animator_count; |
334 | 334 | ||
335 | struct { | 335 | struct { |
336 | unsigned char avoid_damage; | 336 | unsigned char avoid_damage; |