X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=adaptors%2Fecore%2Fwayland%2Fimf-manager-impl.h;h=3d2d451c26f07e6888449c7da763ca9890d5b100;hb=c7ed3e29f4fb0637fc8f6f8c19cad9947132d8df;hp=e3a73ad5c41bdb60e4df42a97fe2f7f840a8ea7f;hpb=5c4315b7016b8b754f3797d21750963721cd97a5;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/adaptors/ecore/wayland/imf-manager-impl.h b/adaptors/ecore/wayland/imf-manager-impl.h old mode 100644 new mode 100755 index e3a73ad..3d2d451 --- a/adaptors/ecore/wayland/imf-manager-impl.h +++ b/adaptors/ecore/wayland/imf-manager-impl.h @@ -53,6 +53,11 @@ public: public: /** + * @copydoc Dali::ImfManager::Finalize() + */ + void Finalize(); + + /** * Check whether the ImfManager is available. * @return true if available, false otherwise */ @@ -283,9 +288,11 @@ private: private: Ecore_IMF_Context* mIMFContext; + Ecore_Wl_Window *mEcoreWlwin; int mIMFCursorPosition; std::string mSurroundingText; + bool mInited:1; ///< Whether the imf is already inited. bool mRestoreAfterFocusLost:1; ///< Whether the keyboard needs to be restored (activated ) after focus regained. bool mIdleCallbackConnected:1; ///< Whether the idle callback is already connected.