[PATCH 0/5] Change the mask specification theme and a few corrections

Alan Coopersmith alan.coopersmith at oracle.com
Thu Apr 8 20:46:32 PDT 2010


Dirk Wallenstein wrote:
> Move all of kbproto and the corresponding manuals in libX11 to the
> (next-1) mask specification theme. This makes editing the flags less
> error-prone and it did already let me find some errors. This also fixes
> those errors I found on the way.
> 
> To print the shift level and hex-value correspondence in python:
> python -c "for i in range(16): print '%2i => %#x' % (i , ((1<<i)-1))"
> 
> 
> For the kbproto component:
> 
> Dirk Wallenstein (2):
>   Use the correct value for XkbAllAccessXEventsMask
>   Convert mask specifications to (next - 1) scheme
> 
>  XKB.h      |   34 +++++++++++++++++-----------------
>  XKBgeom.h  |    2 +-
>  XKBproto.h |    2 +-
>  3 files changed, 19 insertions(+), 19 deletions(-)
> 
> 
> For the libX11 component:
> 
> Dirk Wallenstein (3):
>       man: Add missing geometry component flag
>       man: Correct the XkbAllAccessXEventsMask mask name
>       man: Sync mask specification with source code

I've pushed patches 1, 3 & 4 from this series as it looks like
you withdrew 2 & 5 after discussion.   Thanks for submitting these.

-- 
	-Alan Coopersmith-        alan.coopersmith at oracle.com
	 Oracle Solaris Platform Engineering: X Window System



More information about the xorg-devel mailing list