From: handa Date: Wed, 11 Aug 2010 11:24:45 +0000 (+0000) Subject: (MInputContextInfo): New member state_hook. X-Git-Tag: REL-1-6-2~69 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=55f77fccdc7b304ef0545b3895fefa562f56cff0;p=m17n%2Fm17n-lib.git (MInputContextInfo): New member state_hook. --- diff --git a/src/input.h b/src/input.h index 3956fbf..9e0468f 100644 --- 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;