compositor-drm: Enable seat constraining when configured in weston.ini
authorRob Bradford <rob@linux.intel.com>
Tue, 25 Jun 2013 17:56:42 +0000 (18:56 +0100)
committerKristian Høgsberg <krh@bitplanet.net>
Fri, 28 Jun 2013 17:36:14 +0000 (13:36 -0400)
commit66bd9f5baf19b747ed4e4dcb74fe5b0459111f33
tree2bee4ef9f8c4144b09756e875d3b666c0c89acf1
parent4451aa5d95ba5f7aaede379eeb2dc18b8d81ea55
compositor-drm: Enable seat constraining when configured in weston.ini

This change tweaks weston_pointer_clamp to take into consideration if a
seat is constrained to a particular output by only considering the
pointer position valid if it is within the output we a constrained to.
This function is also used for the initial warping of the pointer when a
constraint is first established.

The other two changes are the application of the constraint when either
a new device added or a new output created and therefore outputs and
input devices can be brought up in either order.

v2: the code in create_output_for_connector has been spun off into a
new function setup_output_seat_constraint (Ander). The inappropriate
warping behaviour has been resolved by using weston_pointer_clamp
(Pekka).
src/compositor-drm.c
src/compositor.h
src/input.c
src/udev-seat.c