use e_pointer_show() when updating wl-drm seat caps to enable pointer

prev function doesn't handle canvas pointers
This commit is contained in:
Mike Blumenkrantz 2017-02-03 15:13:48 -05:00
parent 83f0a68291
commit 8144cd0cda
1 changed files with 1 additions and 1 deletions

View File

@ -781,7 +781,7 @@ _drm2_cb_seat_caps(void *data EINA_UNUSED, int type EINA_UNUSED, void *event)
else if (ev->pointer_count > 0) else if (ev->pointer_count > 0)
{ {
e_comp_wl_input_pointer_enabled_set(EINA_TRUE); e_comp_wl_input_pointer_enabled_set(EINA_TRUE);
e_pointers_size_set(e_config->cursor_size); e_pointer_show(e_comp->pointer);
} }
if (ev->keyboard_count <= 0) if (ev->keyboard_count <= 0)