[Xcb] Re: [Xcb-commit] Branch 'xspec' - xcb-proto

Jeremy A. Kolb jkolb at brandeis.edu
Wed Mar 15 09:01:19 PST 2006


onnoff is the name given in the headers,  Since we want to be true to the 
protocol shouldn't this name remain unchanged?

Jeremy

On Wed, 15 Mar 2006, Alp Toker wrote:

>  xcb-proto/src/extensions/xv.xml |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> New commits:
> diff-tree ba7d343389a584ec5413874d30c80f6746acce34 (from 8ee8cb3f2eb544a8a09309ada9c357f5f56a41f6)
> Author: Alp Toker <alp at atoker.com>
> Date:   Wed Mar 15 16:37:07 2006 +0000
> 
>     rename onoff bool to enabled
> 
> diff --git a/xcb-proto/src/extensions/xv.xml b/xcb-proto/src/extensions/xv.xml
> index 7646df9..5b1e7de 100644
> --- a/xcb-proto/src/extensions/xv.xml
> +++ b/xcb-proto/src/extensions/xv.xml
> @@ -274,11 +274,11 @@ authorization from the authors.
>    </request>
>    <request name="SelectVideoNotify" number="10">
>      <field type="DRAWABLE" name="drawable"/>
> -    <field type="BOOL" name="onoff"/>
> +    <field type="BOOL" name="enabled"/>
>    </request>
>    <request name="SelectPortNotify" number="11">
>      <field type="DRAWABLE" name="drawable"/>
> -    <field type="BOOL" name="onoff"/>
> +    <field type="BOOL" name="enabled"/>
>    </request>
>    <request name="QueryBestSize" number="12">
>      <field type="PORT" name="port"/>
> _______________________________________________
> xcb-commit mailing list
> xcb-commit at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/xcb-commit
> 



More information about the Xcb mailing list