summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Huang <phuang@phuang.nay.redhat.com>2009-02-12 09:50:44 +0800
committerPeng Huang <phuang@phuang.nay.redhat.com>2009-02-12 09:50:44 +0800
commit24e64aa743b4be78bfffab01b69a4ee1e65918cc (patch)
tree28351c1b3bf0d6cd5fa39340bd14045ca88d2780
parent0250e8b54cf320535d218ecbc799c70dba757250 (diff)
downloadibus-24e64aa743b4be78bfffab01b69a4ee1e65918cc.tar.gz
ibus-24e64aa743b4be78bfffab01b69a4ee1e65918cc.tar.xz
ibus-24e64aa743b4be78bfffab01b69a4ee1e65918cc.zip
Set cursor location for engine after create a new engine.
-rw-r--r--bus/inputcontext.c1
1 files changed, 1 insertions, 0 deletions
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;