(MInputContextInfo): New members preceding_text and
authorhanda <handa>
Mon, 7 Nov 2005 12:54:39 +0000 (12:54 +0000)
committerhanda <handa>
Mon, 7 Nov 2005 12:54:39 +0000 (12:54 +0000)
following_text.

src/input.h

index dec391c..6533627 100644 (file)
@@ -70,6 +70,8 @@ typedef struct
   /* List of variables. */
   MPlist *vars;
 
+  MText *preceding_text, *following_text;
+
   int key_unhandled;
 
   /** Used by minput_win_driver (input-win.c).  */