some might want to badly beat you down for this commit comment,
but I kind of like it

On Thursday 12 February 2015  13:22, Mike Blumenkrantz wrote :
> discomfitor pushed a commit to branch master.
> 
> http://git.enlightenment.org/core/efl.git/commit/?id=38f1f9c5f243817c3db99e5584a447672163d6db
> 
> commit 38f1f9c5f243817c3db99e5584a447672163d6db
> Author: Mike Blumenkrantz <[email protected]>
> Date:   Thu Feb 12 16:21:52 2015 -0500
> 
>     ee-win32 probably might compile now
>     
>     <vtorri> bad Mike !
>     <vtorri> the name of the function is not good, so compilation fails on 
> Windows
>     <vtorri> remove 'object' in the name of the definition of the function :)
>     
>     @fix
> ---
>  src/modules/ecore_evas/engines/win32/ecore_evas_win32.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/modules/ecore_evas/engines/win32/ecore_evas_win32.c 
> b/src/modules/ecore_evas/engines/win32/ecore_evas_win32.c
> index 36587b9..6af1803 100644
> --- a/src/modules/ecore_evas/engines/win32/ecore_evas_win32.c
> +++ b/src/modules/ecore_evas/engines/win32/ecore_evas_win32.c
> @@ -823,7 +823,7 @@ _ecore_evas_object_cursor_del(void *data, Evas *e 
> EINA_UNUSED, Evas_Object *obj
>  }
>  
>  static void
> -_ecore_evas_win32_object_cursor_unset(Ecore_Evas *ee)
> +_ecore_evas_win32_cursor_unset(Ecore_Evas *ee)
>  {
>     evas_object_event_callback_del_full(ee->prop.cursor.object, 
> EVAS_CALLBACK_DEL, _ecore_evas_object_cursor_del, ee);
>  }
> 
> -- 
> 
> 
--- Hell'O from Yverdoom

Jérémy (jeyzu)

------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to