These patches contains changes to the original patch. Patches could be squashed to the original one. Decided to send as a series to make easier discussion and possible changes. Frediano Ziglio (5): some minor cleanup on previous patch move main_channel_release_pipe_item and main_channel_send_item to client let compiler manage the copy in a more typesafe way move all item creation in main-channel-client.c change main_channel_marshall_mouse_mode call style Jonathon Jongsma (1): Move MainChannelClient to separate file server/Makefile.am | 2 + server/inputs-channel.c | 2 +- server/main-channel-client.c | 931 ++++++++++++++++++++++++++++++++++++++++ server/main-channel-client.h | 111 +++++ server/main-channel.c | 978 ++----------------------------------------- server/main-channel.h | 27 +- server/red-channel.c | 2 +- 7 files changed, 1082 insertions(+), 971 deletions(-) create mode 100644 server/main-channel-client.c create mode 100644 server/main-channel-client.h -- 2.5.5 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel