e_pointer: do not call x11 setup when on wl path

This commit is contained in:
Marcel Hollerbach 2022-09-15 19:00:39 +02:00 committed by Gitea
parent 9778dc9738
commit 5cc6f31035
1 changed files with 1 additions and 0 deletions

View File

@ -496,6 +496,7 @@ _e_pointer_type_set(E_Pointer *ptr, const char *type)
edje_object_message_signal_process(ptr->o_ptr);
init = EINA_TRUE;
}
if (e_comp->comp_type != E_PIXMAP_TYPE_WL)
_e_pointer_x11_setup(ptr, cursor);
if (!cursor[0]) return;