*** empty log message ***
authorhanda <handa>
Thu, 22 Sep 2005 07:53:49 +0000 (07:53 +0000)
committerhanda <handa>
Thu, 22 Sep 2005 07:53:49 +0000 (07:53 +0000)
src/input.h

index 1e00f0e..f6ac59c 100644 (file)
@@ -40,6 +40,9 @@ typedef struct
   /** The current state.  */
   MIMState *state;
 
+  /** The previous state.  */
+  MIMState *prev_state;
+
   /** The current map.  */
   MIMMap *map;