Avoid two seats fighting when moving/resizing a window
commit6828a56f6f3bca46ff6f9dee859fbd15fd17292e
authorJiri Svoboda <jiri@wiwaxia>
Thu, 19 Jan 2023 19:50:50 +0000 (19 20:50 +0100)
committerJiri Svoboda <jiri@wiwaxia>
Thu, 19 Jan 2023 13:51:14 +0000 (19 14:51 +0100)
treeed0d92aee6e2deafd3ad8cb902a295a5e5f15384
parent3be53668a72d42907f6124a3b95374fde7f15a53
Avoid two seats fighting when moving/resizing a window

When two seats have focus on the same window, both pointer's movements
would be delivered to it. Make sure only the seat which started the
move or resize operation affects the operation, otherwise they fight
over it.
uspace/srv/hid/display/test/window.c
uspace/srv/hid/display/window.c
uspace/srv/hid/display/window.h