jihoon pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=50e781d383f3de433f4b397d6853b7780e09a6f8

commit 50e781d383f3de433f4b397d6853b7780e09a6f8
Author: Jihoon Kim <jihoon48....@samsung.com>
Date:   Thu Feb 27 14:58:36 2014 +0900

    entry: Add ELM_INPUT_PANEL_LAYOUT_EMOTICON
---
 src/lib/elm_entry_common.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/lib/elm_entry_common.h b/src/lib/elm_entry_common.h
index 3c49e8b..12a581b 100644
--- a/src/lib/elm_entry_common.h
+++ b/src/lib/elm_entry_common.h
@@ -48,7 +48,8 @@ typedef enum
    ELM_INPUT_PANEL_LAYOUT_HEX,         /**< Hexadecimal layout */
    ELM_INPUT_PANEL_LAYOUT_TERMINAL,    /**< Command-line terminal layout 
including esc, alt, ctrl key, so on (no auto-correct, no auto-capitalization) */
    ELM_INPUT_PANEL_LAYOUT_PASSWORD,    /**< Like normal, but no auto-correct, 
no auto-capitalization etc. */
-   ELM_INPUT_PANEL_LAYOUT_DATETIME     /**< Date and time layout @since 1.8 */
+   ELM_INPUT_PANEL_LAYOUT_DATETIME,    /**< Date and time layout @since 1.8 */
+   ELM_INPUT_PANEL_LAYOUT_EMOTICON     /**< Emoticon layout @since 1.10 */
 } Elm_Input_Panel_Layout; /**< Type of input panel (virtual keyboard) to use - 
this is a hint and may not provide exactly what is desired. */
 
 enum

-- 


Reply via email to