Just reading the last few commits that got backported, it seems that 1.9 
was all about breaking ABI. That's just great.

--
Tom.

On 12/03/14 03:44, Daniel Juyung Seo wrote:
> seoz pushed a commit to branch elementary-1.9.
>
> http://git.enlightenment.org/core/elementary.git/commit/?id=6ebc1d808bd6e310017b3ab65ec45c27a81960b7
>
> commit 6ebc1d808bd6e310017b3ab65ec45c27a81960b7
> Author: Daniel Juyung Seo <seojuyu...@gmail.com>
> Date:   Wed Mar 12 12:42:59 2014 +0900
>
>      elm_win: Unbreak the ABI break of window type.
>
>      @fix
> ---
>   src/lib/elm_win_common.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/lib/elm_win_common.h b/src/lib/elm_win_common.h
> index b5eb567..3c88278 100644
> --- a/src/lib/elm_win_common.h
> +++ b/src/lib/elm_win_common.h
> @@ -9,7 +9,7 @@
>    */
>   typedef enum
>   {
> -   ELM_WIN_UNKNOWN, /**< Unknown window type. */
> +   ELM_WIN_UNKNOWN = -1, /**< Unknown window type. */
>      ELM_WIN_BASIC, /**< A normal window. Indicates a normal, top-level
>                        window. Almost every window will be created with this
>                        type. */
>



------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to