From 64c432002a356a2b9d5758025b1208f510aca001 Mon Sep 17 00:00:00 2001 From: Shinwoo Kim Date: Thu, 14 Jul 2016 11:41:59 +0900 Subject: [PATCH] elm_win: resolve ABI break - ELM_WIN_FAKE should be 18, because we do not support ELM_WIN_TIZEN_WIDGE. Change-Id: I6a8d6a6be7d122133b16616bf13dfcd9f5694548 --- src/lib/elm_win.eo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elm_win.eo b/src/lib/elm_win.eo index 6596b0a..2f50964 100644 --- a/src/lib/elm_win.eo +++ b/src/lib/elm_win.eo @@ -55,7 +55,7 @@ enum Elm.Win.Type contents will be rendered to an image buffer and can be shown other process's plug image object. ]] - fake [[This window was created using a pre-existing canvas. The window + fake = 18 [[This window was created using a pre-existing canvas. The window widget can be deleted, but the canvas must be managed externally. @since 1.13 -- 2.7.4