[PATCH libX11 3/4] man: Fix value of XkbAllComponentsMask in XkbGetKeyboard
Dirk Wallenstein
halsmit at t-online.de
Tue Feb 2 12:24:31 PST 2010
XkbAllComponentsMask is the combination of all component masks not just
a single bit.
Signed-off-by: Dirk Wallenstein <halsmit at t-online.de>
---
man/xkb/XkbGetKeyboard.man | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/man/xkb/XkbGetKeyboard.man b/man/xkb/XkbGetKeyboard.man
index ab6b8d7..0ae0715 100644
--- a/man/xkb/XkbGetKeyboard.man
+++ b/man/xkb/XkbGetKeyboard.man
@@ -73,7 +73,7 @@ XkbIndicatorMapMask indicators (1L<<3)
XkbNamesMask names (1L<<4)
XkbCompatMapMask compat (1L<<5)
XkbGeometryMask geom (1L<<6)
-XkbAllComponentsMask All Fields (1L<<7)
+XkbAllComponentsMask All Fields (0x7f)
.TE
.I XkbGetKeyboard
--
1.6.5.3
More information about the xorg-devel
mailing list