elm_win : resolve ABI break 16/77516/2 accepted/tizen/common/20160703.130600 accepted/tizen/ivi/20160701.033613 accepted/tizen/mobile/20160701.033659 accepted/tizen/tv/20160701.033529 accepted/tizen/wearable/20160701.033609 submit/tizen/20160630.090055 submit/tizen_common/20160701.180000
authorJaehwan Kim <jae.hwan.kim@samsung.com>
Thu, 30 Jun 2016 06:09:38 +0000 (15:09 +0900)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Thu, 30 Jun 2016 07:51:48 +0000 (00:51 -0700)
Change-Id: I371187da2a5de8a8bc9e27e6e19859bb50730ce7

src/lib/elm_win.eo

index 4b158689d620b1dbf39a129880e7c90813af5cb9..6596b0a2c05703bd6498551c20b1786e21588399 100644 (file)
@@ -11,7 +11,7 @@ enum Elm.Win.Type
 
    legacy: elm_win;
 
-   unknown = -1,
+   unknown,
    basic, [[A normal window. Indicates a normal, top-level window. Almost every
             window will be created with this type.]]
    dialog_basic, [[Used for simple dialog windows.]]