summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Wallenstein <dirkwallenstein@t-online.de>2010-02-05 20:42:45 +0100
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-04-08 20:44:36 -0700
commit9262aceaff24c954cab8c252690032bc2ec25e7d (patch)
tree798048a502cd0e5cdb40278d5ac5fe5f945bb8b2
parent50cf134465f6fd263f37acecac94518468ef1c6d (diff)
man: Add missing geometry component flag
Signed-off-by: Dirk Wallenstein <dirkwallenstein@t-online.de> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--man/xkb/XkbFreeGeometry.man3
1 files changed, 2 insertions, 1 deletions
diff --git a/man/xkb/XkbFreeGeometry.man b/man/xkb/XkbFreeGeometry.man
index 6ce7986a..28e7560e 100644
--- a/man/xkb/XkbFreeGeometry.man
+++ b/man/xkb/XkbFreeGeometry.man
@@ -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