diff --git a/server/spice.h b/server/spice.h index f64ff41..86d9ffe 100644 --- a/server/spice.h +++ b/server/spice.h @@ -124,6 +124,25 @@ struct QXLWorker { void (*loadvm_commands)(QXLWorker *worker, struct QXLCommandExt *ext, uint32_t count); };Will the function pointer above go away? My understanding is that the functions added below are meant to replace these?
I'd love to, but as this is part of the library API they have to stay for backward compatibility reasons.
cheers, Gerd _______________________________________________ Spice-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/spice-devel
