add invalid panel back.
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 4 Jan 2012 03:33:24 +0000 (03:33 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 4 Jan 2012 03:33:24 +0000 (03:33 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66835 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_entry.h

index 6424ae9..5f306a2 100644 (file)
@@ -26,6 +26,7 @@ typedef enum
    ELM_INPUT_PANEL_LAYOUT_IP, /**< IP layout */
    ELM_INPUT_PANEL_LAYOUT_MONTH, /**< Month layout */
    ELM_INPUT_PANEL_LAYOUT_NUMBERONLY, /**< Number Only layout */
+   ELM_INPUT_PANEL_LAYOUT_INVALID, /**< Never use this */
    ELM_INPUT_PANEL_LAYOUT_HEX, /**< Hexadecimal layout */
    ELM_INPUT_PANEL_LAYOUT_TERMINAL, /**< Command-line terminal layout */
    ELM_INPUT_PANEL_LAYOUT_PASSWORD /**< Like normal, but no auto-correct, no auto-capitalization etc. */