From d586416902d4db85e1b4cceacd31982569fdd3a1 Mon Sep 17 00:00:00 2001 From: handa Date: Thu, 22 Sep 2005 07:53:49 +0000 Subject: [PATCH] *** empty log message *** --- src/input.h | 3 +++ 1 file changed, 3 insertions(+) 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; -- 1.7.10.4