[Spice-devel] [PATCH v2] server/spice.h: add surface_updated callback (unused yet)

Yonit Halperin yhalperi at redhat.com
Thu Jul 7 01:26:56 PDT 2011


On 07/06/2011 08:37 PM, Alon Levy wrote:
> ---
>   server/spice.h |    2 ++
>   1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/server/spice.h b/server/spice.h
> index fec2476..20ceeef 100644
> --- a/server/spice.h
> +++ b/server/spice.h
> @@ -206,6 +206,8 @@ struct QXLInterface {
>       void (*notify_update)(QXLInstance *qin, uint32_t update_id);
>       int (*flush_resources)(QXLInstance *qin);
>       void (*async_complete)(QXLInstance *qin, uint64_t cookie);
> +    void (*surface_updated)(QXLInstance *qin, uint32_t surface_id, struct QXLRect *updated_rects,
> +                       uint32_t num_updated_rects);
Hi,
With this cb added, do we still need the same rects parameters in 
update_area_async interface?
>   };
>
>   struct QXLInstance {



More information about the Spice-devel mailing list