wintab32: Fix match_token to match XWayland devices.
commit953b93737a6cf2c2c45b01a982961b21ea4cd1ef
authorJohn Chadwick <john@jchw.io>
Mon, 3 Oct 2022 06:21:34 +0000 (3 02:21 -0400)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 10 Oct 2022 09:02:28 +0000 (10 11:02 +0200)
treeebde9b2f6f76b28eef7647064bdb5d7890c38497
parent475824e7097479127067fd83a4ffbbca502e398e
wintab32: Fix match_token to match XWayland devices.

XWayland tablet devices have the Wayland seat ID appended to the end of
them, preceded by a colon. This prevents match_token from properly
detecting XWayland devices and causes Wintab32 to fail to initialize.
This change allows a matched token to end in a colon, and thus allows
XWayland tablet devices to be detected correctly.

Signed-off-by: John Chadwick <john@jchw.io>
dlls/winex11.drv/wintab.c