From 8940ce308d443d9b4f8f939e561259df51c4f932 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Thu, 27 Feb 2014 13:46:16 +0900 Subject: [PATCH] ecore_imf: Add ECORE_IMF_INPUT_PANEL_LAYOUT_EMOTICON --- 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 f4521fba44..6dc31f79d9 100644 --- a/src/lib/ecore_imf/Ecore_IMF.h +++ b/src/lib/ecore_imf/Ecore_IMF.h @@ -274,7 +274,8 @@ typedef enum ECORE_IMF_INPUT_PANEL_LAYOUT_HEX, /**< Hexadecimal layout @since 1.2 */ ECORE_IMF_INPUT_PANEL_LAYOUT_TERMINAL, /**< Command-line terminal layout including ESC, Alt, Ctrl key, so on (no auto-correct, no auto-capitalization) @since 1.2 */ ECORE_IMF_INPUT_PANEL_LAYOUT_PASSWORD, /**< Like normal, but no auto-correct, no auto-capitalization etc. @since 1.2 */ - ECORE_IMF_INPUT_PANEL_LAYOUT_DATETIME /**< Date and time layout @since 1.8 */ + ECORE_IMF_INPUT_PANEL_LAYOUT_DATETIME, /**< Date and time layout @since 1.8 */ + ECORE_IMF_INPUT_PANEL_LAYOUT_EMOTICON /**< Emoticon layout @since 1.10 */ } Ecore_IMF_Input_Panel_Layout; /**