As a pointer device added, cursor object gets be set by "cursor_set" request
but "cursor_set" will nerver come if there is no apps. this patch
show default cursor first if the pointer device attached.
Change-Id: Ief65184a2bf8abd99a1b08a80fc793e0c3b2f948
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
_e_mod_drm_cb_input_device_add(void *data, int type, void *event)
{
Ecore_Drm_Event_Input_Device_Add *e;
+ E_Comp *comp = data;
if (!(e = event)) goto end;
if (e->caps & EVDEV_SEAT_POINTER)
{
+ e_pointer_object_set(comp->pointer, NULL, 0, 0);
e_comp_wl_input_pointer_enabled_set(EINA_TRUE);
}