Change-Id: I3637b526d37f3a72477fe3896c8fac6d4a942cd1
WRN("Pointer Constraint. Committed. hint (%d, %d)",
constraint->hint_x, constraint->hint_y);
}
+
+ // Workaround: Feed mouse out/in to make sure that mouse in to correct client.
+ // Since Mouse move event doesn't generate mouse in/out if mouse(input) is grabbed,
+ // ungrab input before warping a pointer to cursor position hint.
+ e_comp_ungrab_input(1,1);
}
if (constraint->is_region_pending)