From 49ef8a4525fdd48d957c3d6f5310d83472b42f0c Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Wed, 4 Jan 2012 16:25:08 +0900 Subject: [PATCH] revert remove INVALID layout because of ABI break Change-Id: Iefd0e7bb0ee678d88a7e2499bcdcf84f98de2f70 --- src/lib/ecore_imf/Ecore_IMF.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/ecore_imf/Ecore_IMF.h b/src/lib/ecore_imf/Ecore_IMF.h index 94f4fbe..5066836 100644 --- a/src/lib/ecore_imf/Ecore_IMF.h +++ b/src/lib/ecore_imf/Ecore_IMF.h @@ -174,7 +174,8 @@ typedef enum ECORE_IMF_INPUT_PANEL_LAYOUT_PHONENUMBER, /**< Phone Number layout */ ECORE_IMF_INPUT_PANEL_LAYOUT_IP, /**< IP layout */ ECORE_IMF_INPUT_PANEL_LAYOUT_MONTH, /**< Month layout */ - ECORE_IMF_INPUT_PANEL_LAYOUT_NUMBERONLY /**< Number Only layout */ + ECORE_IMF_INPUT_PANEL_LAYOUT_NUMBERONLY, /**< Number Only layout */ + ECORE_IMF_INPUT_PANEL_LAYOUT_INVALID } Ecore_IMF_Input_Panel_Layout; typedef enum -- 2.7.4