WaylandIMContext *imcontext = (WaylandIMContext *)data;
Eina_Bool old_preedit = EINA_FALSE;
- SECURE_LOGD("commit event (text: '%s', current pre-edit: '%s')",
+ SECURE_LOGD("ctx : %p, commit event (text: '%s', current pre-edit: '%s')",
+ imcontext->ctx,
text,
imcontext->preedit_text ? imcontext->preedit_text : "");
Eina_Bool old_preedit = EINA_FALSE;
Eina_Bool preedit_changed = EINA_FALSE;
- SECURE_LOGD("preedit event (text: '%s', current pre-edit: '%s')",
+ SECURE_LOGD("ctx : %p, preedit event (text: '%s', current pre-edit: '%s')",
+ imcontext->ctx,
text,
imcontext->preedit_text ? imcontext->preedit_text : "");
Eina_Bool old_preedit = EINA_FALSE;
Eina_Bool preedit_changed = EINA_FALSE;
- SECURE_LOGD("preedit event (preedit: '%s', current pre-edit: '%s')",
+ SECURE_LOGD("ctx : %p, preedit event (preedit: '%s', current pre-edit: '%s')",
+ imcontext->ctx,
preedit,
imcontext->preedit_text ? imcontext->preedit_text : "");