mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-07 22:38:15 +02:00
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:
parent
50cf134465
commit
9262aceaff
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue