mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-28 00:30:07 +01:00
dix: add FIXME, TouchRemovePointerGrab does nothing
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
00def51445
commit
08da994a08
1 changed files with 2 additions and 0 deletions
|
|
@ -915,6 +915,8 @@ TouchRemovePointerGrab(DeviceIntPtr dev)
|
|||
ti = TouchFindByClientID(dev, ev->touchid);
|
||||
if (!ti)
|
||||
return;
|
||||
|
||||
/* FIXME: missing a bit of code here... */
|
||||
}
|
||||
|
||||
/* As touch grabs don't turn into active grabs with their own resources, we
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue