Immediatly change the cursor if changed from inside the widget
authorDave Andreoli <dave@gurumeditation.it>
Wed, 20 May 2015 19:31:53 +0000 (21:31 +0200)
committerDave Andreoli <dave@gurumeditation.it>
Wed, 20 May 2015 19:32:08 +0000 (21:32 +0200)
commitb8afe3f03dbbca5c5382d8c2946d0480f8c41917
treeac1cdea5e5189d05601e9cd2b7bce7eb971fc04e
parent6b6ba6d2a00d11fb04c31734e0c8520c4764b90d
Immediatly change the cursor if changed from inside the widget

@fix elm_object_cursor_set() to work also when used with the mouse pointer
yet inside the widget, otherwise you need to mouseout/mousein to actually see
the new setted cursor.

Please give a short review on this one, maybe there is a simpler way to check
if the pointer is inside the widget...

Also added a button in the cursor test for this use case
src/bin/test_cursor.c
src/lib/elm_priv.h
src/lib/els_cursor.c