projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cafde1
)
*** empty log message ***
author
handa
<handa>
Thu, 22 Sep 2005 07:53:49 +0000
(07:53 +0000)
committer
handa
<handa>
Thu, 22 Sep 2005 07:53:49 +0000
(07:53 +0000)
src/input.h
patch
|
blob
|
history
diff --git
a/src/input.h
b/src/input.h
index
1e00f0e
..
f6ac59c
100644
(file)
--- 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;