spice: Use proper enum type for kbd led state
Although the Qemu and spice flags currently have the same value, it
seems more correct to pass the spice flag values to
spice_server_kbd_leds(), especially considering that this function
already makes an effort to convert between the QEMU_*_LED and
SPICE_KEYBOARD_MODIFIER_* values.
Signed-off-by: Jonathon Jongsma <[email protected]>
Reviewed-by: Marc-André Lureau <[email protected]>
Message-id:
20170510202006[email protected]
Signed-off-by: Gerd Hoffmann <[email protected]>