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:
85fb13e
)
(MInputContextInfo): New member state_hook.
author
handa
<handa>
Wed, 11 Aug 2010 11:24:45 +0000
(11:24 +0000)
committer
handa
<handa>
Wed, 11 Aug 2010 11:24:45 +0000
(11:24 +0000)
src/input.h
patch
|
blob
|
history
diff --git
a/src/input.h
b/src/input.h
index
3956fbf
..
9e0468f
100644
(file)
--- a/
src/input.h
+++ b/
src/input.h
@@
-89,6
+89,8
@@
typedef struct
/** Used by minput_win_driver (input-win.c). */
void *win_info;
+ MPlist *state_hook;
+
unsigned long tick;
} MInputContextInfo;