From 55f77fccdc7b304ef0545b3895fefa562f56cff0 Mon Sep 17 00:00:00 2001 From: handa Date: Wed, 11 Aug 2010 11:24:45 +0000 Subject: [PATCH] (MInputContextInfo): New member state_hook. --- src/input.h | 2 ++ 1 file changed, 2 insertions(+) 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; -- 1.7.10.4