(MInputContextInfo): New member state_hook.
authorhanda <handa>
Wed, 11 Aug 2010 11:24:45 +0000 (11:24 +0000)
committerhanda <handa>
Wed, 11 Aug 2010 11:24:45 +0000 (11:24 +0000)
src/input.h

index 3956fbf..9e0468f 100644 (file)
@@ -89,6 +89,8 @@ typedef struct
   /** Used by minput_win_driver (input-win.c).  */
   void *win_info;
 
+  MPlist *state_hook;
+
   unsigned long tick;
 } MInputContextInfo;