[Xcb] [PATCH proto] xkb: Add item AllFlags to enum PerClientFlag

Daniel Martin consume.noise at gmail.com
Mon Jan 14 06:39:53 PST 2013


On Sat, Jan 12, 2013 at 06:30:26PM +0100, Daniel Martin wrote:
> 
> Signed-off-by: Daniel Martin <consume.noise at gmail.com>
> ---
>  src/xkb.xml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/src/xkb.xml b/src/xkb.xml
> index a6ef374..4f30d9c 100644
> --- a/src/xkb.xml
> +++ b/src/xkb.xml
> @@ -361,6 +361,7 @@ authorization from the authors.
>  		<item name="AutoResetControls">      <bit>2</bit> </item>
>  		<item name="LookupStateWhenGrabbed"> <bit>3</bit> </item>
>  		<item name="SendEventUsesXKBState">  <bit>4</bit> </item>
> +		<item name="AllFlags">               <value>31</value> </item>
>  	</enum>
>  
>  	<struct name="ModDef">
> -- 
> 1.8.0.3
> 

Now, I see why this was not part of the enum before. If you sum up all
"real" items, the result is 31. So, this one shouldn't be necessary.


More information about the Xcb mailing list