From: handa Date: Thu, 22 Sep 2005 07:53:49 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: REL-1-3-0~145 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=d586416902d4db85e1b4cceacd31982569fdd3a1;p=m17n%2Fm17n-lib.git *** empty log message *** --- diff --git a/src/input.h b/src/input.h index 1e00f0e..f6ac59c 100644 --- a/src/input.h +++ b/src/input.h @@ -40,6 +40,9 @@ typedef struct /** The current state. */ MIMState *state; + /** The previous state. */ + MIMState *prev_state; + /** The current map. */ MIMMap *map;