Revert "[3.0] build error fix : chaged wayland api of wl_text_input_set_surrounding_t...
[platform/core/uifw/dali-adaptor.git] / adaptors / wayland / input / text / text-input-manager.h
old mode 100755 (executable)
new mode 100644 (file)
index baa7da4..7033471
@@ -220,11 +220,13 @@ public:
    * UTF-8 encoded. Cursor is the byte offset within the
    * surrounding text. Anchor is the byte offset of the
    * selection anchor within the surrounding text. If there is no selected
-   * @param[in] serial the serial
+   * text anchor is the same as cursor.
    * @param[in] text the text
    * @param[in] cursor cursor position
+   * @param[in] anchor anchor position
    */
-  void SetSurroundingText( uint32_t serial, std::string text, unsigned int cursor);
+  void SetSurroundingText( std::string text, unsigned int cursor, unsigned int anchor );
+
 
 
 public: // virtual keyboard signals