Skip to content

Update spice-common submodule

Frediano Ziglio requested to merge fziglio/spice-gtk:mr_spice_common into master

This brings in the following changes:

Frediano Ziglio (19): canvas_base: Format canvas_draw_blend similarly to canvas_draw_copy canvas_base: Rename blend to copy for canvas_draw_blend argument canvas_base: Remove canvas_draw_blend/canvas_draw_copy duplication build: Remove dependency to gio2 from common and server libraries build: Remove dependencies to libgthread test-utils: Add missing include file test-quic: Test fixed images test-quic: Different "more_space" function for decode and encode Reuse macros from spice-protocol rect: Avoid usage of "small" build: Remove -Werror from Meson build snd_codec: Use better types for snd_codec_is_capable snd_codec: Use better type for function result snd_codec: Use better type for snd_codec_create mode backtrace: Do not attempt to compile if spice_backtrace is empty Avoid usage of GCC extension for VA_ARGS where possible helper-fuzzer-demarshallers: Provide replacement for ftello for MSVC quic_tmpl: Remove unused bpc parameter ssl_verify: Do not check IP if we fail to resolve it

Haochen Tong (2): pixman_utils: fix clang "unused functions" warning marshal: fix clang "missing field initializer" warning on generated files

Signed-off-by: Frediano Ziglio freddy77@gmail.com

Merge request reports