From 3b3d69444e67c839cf2d0e2a3cf6274ec8b9a951 Mon Sep 17 00:00:00 2001 From: handa Date: Tue, 18 Oct 2005 01:33:10 +0000 Subject: [PATCH] (MInputMethodInfo): New members im and maps. --- src/input.h | 2 ++ 1 file changed, 2 insertions(+) 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; -- 1.7.10.4