X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=src%2Fcontrol%2Ftexteditor_textfragment.h;h=b544ef5c49c3bc327958becfa679ac0000ca402e;hb=71b685648a05010dd185dde31ed314fe38531610;hp=af76ef443ce7dd9a008103c96cdff5a3fe66ac57;hpb=598ced3c9fc059525f7a3c77a955618ce36f91c0;p=bbk%2Fbchanf.git diff --git a/src/control/texteditor_textfragment.h b/src/control/texteditor_textfragment.h index af76ef4..b544ef5 100644 --- a/src/control/texteditor_textfragment.h +++ b/src/control/texteditor_textfragment.h @@ -62,12 +62,13 @@ struct texteditor_insertcontext_t_ { tadlangcode lang; Bool is_hankaku; } pos_state; + texteditor_insertfilter_t filter; GID gid; }; typedef struct texteditor_insertcontext_t_ texteditor_insertcontext_t; IMPORT W texteditor_insertcontext_initialize(texteditor_insertcontext_t *ctx, texteditor_textfragment_t *target, GID gid, W pos); IMPORT W texteditor_insertcontext_finalize(texteditor_insertcontext_t *ctx); -IMPORT W texteditor_insertcontext_insert(texteditor_insertcontext_t *ctx, UB *data, W len); +IMPORT W texteditor_insertcontext_insert(texteditor_insertcontext_t *ctx, tadsegment *segment); #endif