mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 18:08:08 +02:00
xkb: Mark switch case fallthrough with comment.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
c7330ecb5d
commit
09645864f5
1 changed files with 2 additions and 0 deletions
|
|
@ -633,6 +633,8 @@ _XkbFilterPointerBtn( XkbSrvInfoPtr xkbi,
|
|||
break;
|
||||
}
|
||||
xkbi->lockedPtrButtons&= ~(1<<button);
|
||||
|
||||
/* fallthrough */
|
||||
case XkbSA_PtrBtn:
|
||||
XkbFakeDeviceButton(xkbi->device, 0, button);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue