devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=03ca3c37e026496932359430abc83299269a97a5

commit 03ca3c37e026496932359430abc83299269a97a5
Author: Derek Foreman <[email protected]>
Date:   Thu Jan 31 15:10:44 2019 -0500

    evas_private: Fix typo
    
    Summary: Depends on D7853
    
    Reviewers: devilhorns
    
    Reviewed By: devilhorns
    
    Subscribers: cedric, #reviewers, #committers
    
    Tags: #efl
    
    Differential Revision: https://phab.enlightenment.org/D7854
---
 src/lib/evas/include/evas_private.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/evas/include/evas_private.h 
b/src/lib/evas/include/evas_private.h
index 0382639a01..73a0c28e64 100644
--- a/src/lib/evas/include/evas_private.h
+++ b/src/lib/evas/include/evas_private.h
@@ -1647,7 +1647,7 @@ void evas_object_inform_call_image_resize(Evas_Object 
*obj);
 void evas_object_intercept_cleanup(Evas_Object *obj);
 void evas_object_grabs_cleanup(Evas_Object *obj, Evas_Object_Protected_Data 
*pd);
 void evas_key_grab_free(Evas_Object *obj, Evas_Object_Protected_Data *pd, 
const char *keyname, Evas_Modifier_Mask modifiers, Evas_Modifier_Mask 
not_modifiers);
-void evas_object_smart_member_cache_invalidate(Evas_Object *obj, Eina_Bool 
pass_events, Eina_Bool freeze_events, Eina_Bool sourve_invisible);
+void evas_object_smart_member_cache_invalidate(Evas_Object *obj, Eina_Bool 
pass_events, Eina_Bool freeze_events, Eina_Bool source_invisible);
 void evas_text_style_pad_get(Evas_Text_Style_Type style, int *l, int *r, int 
*t, int *b);
 void _evas_object_text_rehint(Evas_Object *obj);
 void _evas_object_textblock_rehint(Evas_Object *obj);

-- 


Reply via email to