summaryrefslogtreecommitdiffstats
path: root/bus/inputcontext.c
diff options
context:
space:
mode:
Diffstat (limited to 'bus/inputcontext.c')
-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;