Home
last modified time | relevance | path

Searched refs:hint_is_pending (Results 1 – 2 of 2) sorted by relevance

/third_party/weston/libweston/
Dinput.c3891 if (constraint->hint_is_pending) { in pointer_constraint_surface_committed()
3892 constraint->hint_is_pending = false; in pointer_constraint_surface_committed()
3894 constraint->hint_is_pending = true; in pointer_constraint_surface_committed()
4021 if (constraint && constraint->view && constraint->hint_is_pending && in locked_pointer_destroy()
4050 constraint->hint_is_pending = true; in locked_pointer_set_cursor_position_hint()
/third_party/weston/include/libweston/
Dlibweston.h1392 bool hint_is_pending; member