diff options
Diffstat (limited to 'gtk/channel-cursor.c')
-rw-r--r-- | gtk/channel-cursor.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/channel-cursor.c b/gtk/channel-cursor.c index 2cf7af4..693d8d8 100644 --- a/gtk/channel-cursor.c +++ b/gtk/channel-cursor.c @@ -351,6 +351,8 @@ static spice_msg_handler cursor_handlers[] = { [ SPICE_MSG_PING ] = spice_channel_handle_ping, [ SPICE_MSG_NOTIFY ] = spice_channel_handle_notify, [ SPICE_MSG_DISCONNECTING ] = spice_channel_handle_disconnect, + [ SPICE_MSG_WAIT_FOR_CHANNELS ] = spice_channel_handle_wait_for_channels, + [ SPICE_MSG_MIGRATE ] = spice_channel_handle_migrate, [ SPICE_MSG_CURSOR_INIT ] = cursor_handle_init, [ SPICE_MSG_CURSOR_RESET ] = cursor_handle_reset, |