From 24e64aa743b4be78bfffab01b69a4ee1e65918cc Mon Sep 17 00:00:00 2001 From: Peng Huang Date: Thu, 12 Feb 2009 09:50:44 +0800 Subject: Set cursor location for engine after create a new engine. --- bus/inputcontext.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bus/inputcontext.c b/bus/inputcontext.c index be45bbe..fd7e157 100644 --- a/bus/inputcontext.c +++ b/bus/inputcontext.c @@ -863,6 +863,7 @@ _ic_set_engine (BusInputContext *context, } bus_input_context_enable (context); + bus_engine_proxy_set_cursor_location (priv->engine, priv->x, priv->y, priv->w, priv->h); reply = ibus_message_new_method_return (message); return reply; -- cgit