man: Add missing geometry component flag

Signed-off-by: Dirk Wallenstein <dirkwallenstein@t-online.de>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
Dirk Wallenstein 2010-02-05 20:42:45 +01:00 committed by Alan Coopersmith
parent 50cf134465
commit 9262aceaff

View file

@ -71,7 +71,8 @@ are:
#define XkbGeomShapesMask (1<<2)
#define XkbGeomSectionsMask (1<<3)
#define XkbGeomDoodadsMask (1<<4)
#define XkbGeomAllMask (0x1f)
#define XkbGeomKeyAliasesMask (1<<5)
#define XkbGeomAllMask (0x3f)
.fi
If