Signed-off-by: Francois Gouget <fgouget@xxxxxxxxxxxxxxx> --- On Thu, 3 Sep 2015, Frediano Ziglio wrote: > > > > Signed-off-by: Francois Gouget <fgouget@xxxxxxxxxxxxxxx> > > Acked-by: Frediano Ziglio <fziglio@xxxxxxxxxx> > > Cannot actually push it. > It also would help if you can rebase to new master (patch apply but git am complains). There you go: diff --git a/src/spiceqxl_spice_server.c b/src/spiceqxl_spice_server.c index 14ee752..26e7487 100644 --- a/src/spiceqxl_spice_server.c +++ b/src/spiceqxl_spice_server.c @@ -295,10 +295,8 @@ void xspice_set_spice_server_options(OptionInfoPtr options) spice_server_set_streaming_video(spice_server, streaming_video_opt); } - spice_server_set_agent_mouse - (spice_server, agent_mouse); - spice_server_set_playback_compression - (spice_server, playback_compression); + spice_server_set_agent_mouse(spice_server, agent_mouse); + spice_server_set_playback_compression(spice_server, playback_compression); free(x509_key_file); free(x509_cert_file); _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel