diff options
author | Daniel Juyung Seo <seojuyung2@gmail.com> | 2014-03-12 12:42:59 +0900 |
---|---|---|
committer | Daniel Juyung Seo <seojuyung2@gmail.com> | 2014-03-12 12:43:58 +0900 |
commit | 6ebc1d808bd6e310017b3ab65ec45c27a81960b7 (patch) | |
tree | cbbc9201534cea3d7a84cde2b4e30fb4c99f401f | |
parent | 70970f011dc2ac4a79ce7168324d6fb1bcc4c5cf (diff) |
elm_win: Unbreak the ABI break of window type.
@fix
-rw-r--r-- | src/lib/elm_win_common.h | 2 |
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 @@ | |||
9 | */ | 9 | */ |
10 | typedef enum | 10 | typedef enum |
11 | { | 11 | { |
12 | ELM_WIN_UNKNOWN, /**< Unknown window type. */ | 12 | ELM_WIN_UNKNOWN = -1, /**< Unknown window type. */ |
13 | ELM_WIN_BASIC, /**< A normal window. Indicates a normal, top-level | 13 | ELM_WIN_BASIC, /**< A normal window. Indicates a normal, top-level |
14 | window. Almost every window will be created with this | 14 | window. Almost every window will be created with this |
15 | type. */ | 15 | type. */ |