On Tue, 17 Nov 2015 18:11:02 +0800
Jonas Ådahl wrote:
> This patch adds support for when the resulting pointer confinement region
> is not a rectangle.
>
> Support for this is implemented by converting the rectangles of the
> region into the regions outer border. Pointer motions are then clamped
This patch adds support for when the resulting pointer confinement region
is not a rectangle.
Support for this is implemented by converting the rectangles of the
region into the regions outer border. Pointer motions are then clamped
to these borders in order to not escape the confinement region.