[Spice-devel] [RFC] server: api: add spice_qxl_* calls based on QXLWorker contents
Gerd Hoffmann
kraxel at redhat.com
Tue Jul 19 06:13:42 PDT 2011
On 07/19/11 15:08, Alon Levy wrote:
> For each callback in QXLWorker, for example QXLWorker::update_area, add
> a direct call named spice_qxl_update_area.
> +SPICE_GNUC_VISIBLE
> +void spice_qxl_wakeup(QXLWorker *worker)
> +{
> + qxl_worker_wakeup(worker);
> +}
I think we should better pass in QXLInstance here, so we can deprecate
QXLWorker altogether.
cheers,
Gerd
More information about the Spice-devel
mailing list