From: handa Date: Tue, 18 Oct 2005 01:33:10 +0000 (+0000) Subject: (MInputMethodInfo): New members im and maps. X-Git-Tag: REL-1-3-0~119 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=3b3d69444e67c839cf2d0e2a3cf6274ec8b9a951;p=m17n%2Fm17n-lib.git (MInputMethodInfo): New members im and maps. --- diff --git a/src/input.h b/src/input.h index f6ac59c..dec391c 100644 --- a/src/input.h +++ b/src/input.h @@ -25,7 +25,9 @@ typedef struct { + MInputMethod *im; MText *title; + MPlist *maps; MPlist *states; MPlist *macros; MPlist *externals;