From d9bcce9167a9bbbe23ca10a9ea234eb5eb85d9b9 Mon Sep 17 00:00:00 2001 From: handa Date: Mon, 7 Nov 2005 12:54:39 +0000 Subject: [PATCH] (MInputContextInfo): New members preceding_text and following_text. --- src/input.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/input.h b/src/input.h index dec391c..6533627 100644 --- a/src/input.h +++ b/src/input.h @@ -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). */ -- 1.7.10.4