seoz pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=79d2df12fe5e4d57d7a6247975feac1f0793ec72

commit 79d2df12fe5e4d57d7a6247975feac1f0793ec72
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. */

-- 


Reply via email to