|
|
@ -97,6 +97,7 @@ static void pointer_constraint_set_cursor_position_hint(struct wl_client *client
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
constraint->pending.cursor_hint.enabled = true;
|
|
|
|
constraint->pending.cursor_hint.x = wl_fixed_to_double(x);
|
|
|
|
constraint->pending.cursor_hint.x = wl_fixed_to_double(x);
|
|
|
|
constraint->pending.cursor_hint.y = wl_fixed_to_double(y);
|
|
|
|
constraint->pending.cursor_hint.y = wl_fixed_to_double(y);
|
|
|
|
constraint->pending.committed |= WLR_POINTER_CONSTRAINT_V1_STATE_CURSOR_HINT;
|
|
|
|
constraint->pending.committed |= WLR_POINTER_CONSTRAINT_V1_STATE_CURSOR_HINT;
|
|
|
|