[Spice-devel] [PATCH] spice_info: add mouse_mode
Alon Levy
alevy at redhat.com
Mon Mar 26 06:36:14 PDT 2012
On Mon, Mar 26, 2012 at 03:06:22PM +0200, Gerd Hoffmann wrote:
> > +#if SPICE_SERVER_VERSION >= 0x000a03 /* 0.10.3 */
> > + info->has_mouse_mode = true;
> > + info->mouse_mode = g_strdup(spice_server_is_server_mouse(spice_server) ?
> > + "server" : "client");
>
> #else
> info->mouse_mode = "unknown";
> #endif
>
ok, it's probably better to have this consistent across hmp and qmp,
will resend this patch.
> cheers,
> Gerd
More information about the Spice-devel
mailing list