server: Don't reset cursor clipping on foreground thread exit.
commit88cbc08b7fcb90c6048f5868c82e3c2165dcc1cd
authorRémi Bernon <rbernon@codeweavers.com>
Wed, 31 May 2023 09:11:10 +0000 (31 11:11 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 2 Jun 2023 19:08:34 +0000 (2 21:08 +0200)
treefca4d536797f97d58cdd5420b25ecaca640e6a3c
parentb863d3ab141a5243c6024a75185f9869b2f4e667
server: Don't reset cursor clipping on foreground thread exit.

It will be reset on foreground input changes, when it happens.
dlls/user32/tests/input.c
server/queue.c