Change-Id: I6571ce725ec6be90343f4424f14a86be7f8e3899
E_Comp_Data *cdata;
Eina_List *input_methods;
- Eina_Rectangle *cursor_rect;
Eina_Bool input_panel_visibile;
};
return;
}
- text_input->cursor_rect = eina_rectangle_new(x, y, width, height);
-
// TODO: issue event update input_panel
}
e_input_panel_visibility_change(EINA_FALSE);
- if (text_input->cursor_rect)
- {
- eina_rectangle_free(text_input->cursor_rect);
- text_input->cursor_rect = NULL;
- }
-
free(text_input);
}