mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-06 16:25:31 +00:00
fix: make compile under Fedora 44
This commit is contained in:
parent
a2d0eda4d2
commit
e3ebd242e9
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user