summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Juyung Seo <seojuyung2@gmail.com>2014-03-12 12:42:59 +0900
committerDaniel Juyung Seo <seojuyung2@gmail.com>2014-03-12 12:43:58 +0900
commit6ebc1d808bd6e310017b3ab65ec45c27a81960b7 (patch)
treecbbc9201534cea3d7a84cde2b4e30fb4c99f401f
parent70970f011dc2ac4a79ce7168324d6fb1bcc4c5cf (diff)
downloadelementary-6ebc1d808bd6e310017b3ab65ec45c27a81960b7.tar.gz
elm_win: Unbreak the ABI break of window type.
@fix
-rw-r--r--src/lib/elm_win_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elm_win_common.h b/src/lib/elm_win_common.h
index b5eb567c2..3c88278db 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. */