fix: make compile under Fedora 44

This commit is contained in:
Rafael Gieschke 2026-05-26 14:53:31 +02:00
parent a2d0eda4d2
commit e3ebd242e9

View File

@ -806,7 +806,7 @@ static QXLInterface display_sif = {
.major_version = SPICE_INTERFACE_QXL_MAJOR,
.minor_version = SPICE_INTERFACE_QXL_MINOR
},
{ .attached_worker = attached_worker },
.attached_worker = attached_worker,
.set_compression_level = set_compression_level,
.set_mm_time = nullptr,
.get_init_info = get_init_info,