add ECORE_IMF_INPUT_PANEL_STATE_WILL_SHOW / HIDE
authorJihoon Kim <jihoon48.kim@samsung.com>
Tue, 23 Nov 2010 11:24:56 +0000 (20:24 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 23 Nov 2010 11:24:56 +0000 (20:24 +0900)
debian/changelog
src/lib/ecore_imf/Ecore_IMF.h

index 16f35ac..1ca46f7 100644 (file)
@@ -1,3 +1,11 @@
+ecore (1.0.0.001+svn.51480slp2+build23) unstable; urgency=low
+
+  * [ecore_imf] add ECORE_IMF_INPUT_PANEL_STATE_WILL_SHOW / HIDE
+  * Git: 165.213.180.234:/git/slp/pkgs/ecore
+  * Tag: ecore_1.0.0.001+svn.51480slp2+build23
+
+ -- Jihoon Kim <jihoon48.kim@samsung.com>  Tue, 23 Nov 2010 20:24:05 +0900
+
 ecore (1.0.0.001+svn.51480slp2+build22) unstable; urgency=low
 
   * [ecore_imf] remove unused enum variables
index 2c4bdb7..1a3254c 100644 (file)
@@ -69,6 +69,8 @@ extern "C" {
      {
         ECORE_IMF_INPUT_PANEL_STATE_SHOW,         /**< Show Input panel */
         ECORE_IMF_INPUT_PANEL_STATE_HIDE,         /**< Hide Input panel */
+        ECORE_IMF_INPUT_PANEL_STATE_WILL_SHOW,    /**< Input panel will be shown */
+        ECORE_IMF_INPUT_PANEL_STATE_WILL_HIDE,    /**< Input panel will be hidden */
         ECORE_IMF_INPUT_PANEL_STATE_INVALID
      } Ecore_IMF_Input_Panel_State;