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
|
@ -633,6 +633,8 @@ _XkbFilterPointerBtn( XkbSrvInfoPtr xkbi,
|
|||
break;
|
||||
}
|
||||
xkbi->lockedPtrButtons&= ~(1<<button);
|
||||
|
||||
/* fallthrough */
|
||||
case XkbSA_PtrBtn:
|
||||
XkbFakeDeviceButton(xkbi->device, 0, button);
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue