From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51829) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDWxG-0006bD-62 for qemu-devel@nongnu.org; Fri, 30 Mar 2012 04:13:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SDWxB-0002p1-I7 for qemu-devel@nongnu.org; Fri, 30 Mar 2012 04:13:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38842) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDWxB-0002oi-A9 for qemu-devel@nongnu.org; Fri, 30 Mar 2012 04:13:01 -0400 Message-ID: <4F756B08.1080700@redhat.com> Date: Fri, 30 Mar 2012 10:12:56 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1332771332-14090-1-git-send-email-alevy@redhat.com> <1333056194-24426-1-git-send-email-alevy@redhat.com> In-Reply-To: <1333056194-24426-1-git-send-email-alevy@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3] spice_info: add mouse_mode List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alon Levy Cc: qemu-devel@nongnu.org, anthony@codemonkey.ws Hi, > +# @SpiceQueryMouseMode > +# > +# An enumation of Spice mouse states. > +# > +# @client: Mouse cursor position is determined by the client. > +# > +# @server: Mouse cursor position is determined by the server. > +# > +# @unknown: No information is available about mouse mode used by > +# the spice server. > +# > +# Note: spice/enums.h has a SpiceMouseMode already, hence the name. I guess it makes sense then to just add "unknown" to the existing SpiceMouseMode and reuse it ... cheers, Gerd