ecore_imf: Add ECORE_IMF_INPUT_PANEL_LAYOUT_EMOTICON
authorJihoon Kim <jihoon48.kim@samsung.com>
Thu, 27 Feb 2014 04:46:16 +0000 (13:46 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Thu, 27 Feb 2014 04:46:16 +0000 (13:46 +0900)
src/lib/ecore_imf/Ecore_IMF.h

index f4521fb..6dc31f7 100644 (file)
@@ -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;
 
 /**