summaryrefslogtreecommitdiff
path: root/ism/src/isf_remote_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'ism/src/isf_remote_client.h')
-rw-r--r--ism/src/isf_remote_client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ism/src/isf_remote_client.h b/ism/src/isf_remote_client.h
index de36daf6..40067bb6 100644
--- a/ism/src/isf_remote_client.h
+++ b/ism/src/isf_remote_client.h
@@ -33,7 +33,7 @@ typedef enum {
REMOTE_CONTROL_CALLBACK_FOCUS_IN,
REMOTE_CONTROL_CALLBACK_FOCUS_OUT,
REMOTE_CONTROL_CALLBACK_ENTRY_METADATA,
- REMOTE_CONTROL_CALLBACK_DEFAULT_TEXT,
+ REMOTE_CONTROL_CALLBACK_TEXT_UPDATED,
} remote_control_callback_type;
class EXAPI RemoteInputClient
@@ -56,7 +56,7 @@ public:
bool delete_surrounding_text(int offset, int len);
remote_control_callback_type recv_callback_message (void);
void get_entry_metadata (int *hint, int *layout, int *variation, int *autocapital_type);
- void get_default_text (String &default_text, int *cursor);
+ void get_surrounding_text (String &default_text, int *cursor);
};
}