elm_win: Unbreak the ABI break of window type.

@fix
This commit is contained in:
Daniel Juyung Seo 2014-03-12 12:42:59 +09:00
parent d7641fca3c
commit 55c065f0cc
1 changed files with 1 additions and 1 deletions

View File

@ -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. */