diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2022-04-25 19:26:19 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2022-04-25 19:26:19 +0000 |
commit | e4a52cfda403448652942cacda0927846c01c4e4 (patch) | |
tree | 88b781feb05d3b60273529f6cf1bfecb853ed7d4 /lib/libX11/man/xkb/XkbSARedirectSetVModsMask.man | |
parent | b44fee0a07313bfc44155c2f810882ad90a69551 (diff) |
Update to libX11 1.7.5. No API / ABI changes. ok tb@
Diffstat (limited to 'lib/libX11/man/xkb/XkbSARedirectSetVModsMask.man')
-rw-r--r-- | lib/libX11/man/xkb/XkbSARedirectSetVModsMask.man | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/lib/libX11/man/xkb/XkbSARedirectSetVModsMask.man b/lib/libX11/man/xkb/XkbSARedirectSetVModsMask.man index c50964e6b..ff83da0af 100644 --- a/lib/libX11/man/xkb/XkbSARedirectSetVModsMask.man +++ b/lib/libX11/man/xkb/XkbSARedirectSetVModsMask.man @@ -109,14 +109,10 @@ from unsigned char new_key; /\&* keycode to be put in event */ unsigned char mods_mask; /\&* mask of real mods to be reset */ unsigned char mods; /\&* mask of real mods to take values from */ - unsigned char vmods_mask0; /\&* first half of mask of virtual mods to be -reset */ - unsigned char vmods_mask1; /\&* other half of mask of virtual mods to be -reset */ - unsigned char vmods0; /\&* first half of mask of virtual mods to -take values from */ - unsigned char vmods1; /\&* other half of mask of virtual mods to -take values from */ + unsigned char vmods_mask0; /\&* first half of mask of virtual mods to be reset */ + unsigned char vmods_mask1; /\&* other half of mask of virtual mods to be reset */ + unsigned char vmods0; /\&* first half of mask of virtual mods to take values from */ + unsigned char vmods1; /\&* other half of mask of virtual mods to take values from */ } XkbRedirectKeyAction; .fi |