we added code to set the title to "Keyboard" automatically
if the keyboard window didn't set the title.
Change-Id: Ic89c06d48ea2d2d9776bcf44022ca484def79555
(cherry picked from commit
55533a69e29600218e1d3216e6e37bbd04b7329f)
ec->border_size = 0;
ec->vkbd.vkbd = 1;
ec->icccm.window_role = eina_stringshare_add("input_panel_surface");
+ if (!ec->icccm.title)
+ ec->icccm.title = eina_stringshare_add("Keyboard");
+
/* skip iconify */
ec->exp_iconify.skip_iconify = 1;
evas_object_layer_set(ec->frame, E_LAYER_CLIENT_ABOVE);