mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-10 18:53:18 +00:00
input-channel: add a comment to mark fallthrough in switch
Signed-off-by: Uri Lublin <uril@redhat.com> Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
parent
f9997e14f0
commit
09b12a55d0
@ -285,6 +285,7 @@ static int inputs_channel_handle_parsed(RedChannelClient *rcc, uint32_t size, ui
|
||||
key_down->code == SCROLL_LOCK_SCAN_CODE) {
|
||||
activate_modifiers_watch(inputs_channel, reds);
|
||||
}
|
||||
/* fallthrough */
|
||||
}
|
||||
case SPICE_MSGC_INPUTS_KEY_UP: {
|
||||
SpiceMsgcKeyUp *key_up = message;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user