[Spice-devel] [PATCH 0/6] Improve "Move MainChannelClient to separate file" patch
Frediano Ziglio
fziglio at redhat.com
Fri May 6 09:34:47 UTC 2016
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
More information about the Spice-devel
mailing list