[Spice-devel] [PATCH spice-server 3/6] spice-qxl: Add version information
Christophe Fergeau
cfergeau at redhat.com
Thu Sep 7 14:49:21 UTC 2017
Acked-by: Christophe Fergeau <cfergeau at redhat.com>
On Thu, Sep 07, 2017 at 12:40:23PM +0100, Frediano Ziglio wrote:
> Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
> ---
> server/spice-qxl.h | 6 ++++--
> 1 file changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/server/spice-qxl.h b/server/spice-qxl.h
> index b8910bf47..04c657c58 100644
> --- a/server/spice-qxl.h
> +++ b/server/spice-qxl.h
> @@ -197,12 +197,14 @@ struct QXLInterface {
> void (*update_area_complete)(QXLInstance *qin, uint32_t surface_id,
> struct QXLRect *updated_rects,
> uint32_t num_updated_rects);
> + /* Available since version 3.2 */
> void (*set_client_capabilities)(QXLInstance *qin,
> uint8_t client_present,
> uint8_t caps[SPICE_CAPABILITIES_SIZE]);
> - /* returns 1 if the interface is supported, 0 otherwise.
> + /* Returns 1 if the interface is supported, 0 otherwise.
> * if monitors_config is NULL nothing is done except reporting the
> - * return code. */
> + * return code.
> + * Available since version 3.3 */
> int (*client_monitors_config)(QXLInstance *qin,
> VDAgentMonitorsConfig *monitors_config);
> };
> --
> 2.13.5
>
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/spice-devel
More information about the Spice-devel
mailing list