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

Dirk Wallenstein halsmit at t-online.de
Fri Apr 9 06:11:49 PDT 2010


On Thu, Apr 08, 2010 at 08:46:32PM -0700, Alan Coopersmith wrote:
> 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.

Yes, although the revocation comment was a bit hidden. Next time I put
that in the subject.

Thanks,
Dirk


More information about the xorg-devel mailing list