diff options
author | marha <marha@users.sourceforge.net> | 2012-01-23 08:33:10 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-01-23 08:33:10 +0100 |
commit | 45e3694d529b052f4122262c9bdff5476219b2b4 (patch) | |
tree | 173df8f3cea2330e782626e382a90668950d3e6f /libX11/specs/XKB/ch07.xml | |
parent | a8ef69cc0c9e5281e6b745dd4a2be75f629eb8b8 (diff) | |
download | vcxsrv-45e3694d529b052f4122262c9bdff5476219b2b4.tar.gz vcxsrv-45e3694d529b052f4122262c9bdff5476219b2b4.tar.bz2 vcxsrv-45e3694d529b052f4122262c9bdff5476219b2b4.zip |
git update libX11 mesa libxcb xkeyboard-config 23 jan 2012
Diffstat (limited to 'libX11/specs/XKB/ch07.xml')
-rw-r--r-- | libX11/specs/XKB/ch07.xml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/libX11/specs/XKB/ch07.xml b/libX11/specs/XKB/ch07.xml index 93d61d8cc..35b45901f 100644 --- a/libX11/specs/XKB/ch07.xml +++ b/libX11/specs/XKB/ch07.xml @@ -252,10 +252,11 @@ XkbVirtualModsToReal</emphasis> </para> <informaltable frame='none'> -<tgroup cols='1'> -<colspec colsep='0'/> +<?dbfo keep-together="always" ?> +<tgroup cols='1' align='left' colsep='0' rowsep='0'> +<colspec colname='c1' colwidth='1.0*'/> <tbody> - <row rowsep='0'> + <row> <entry role='functiondecl'> Bool <emphasis> XkbVirtualModsToReal</emphasis> @@ -264,21 +265,21 @@ xkb, virtual_mask, mask_rtrn</emphasis> ) </entry> </row> - <row rowsep='0'> + <row> <entry role='functionargdecl'> XkbDescPtr <emphasis> xkb</emphasis> ; /* keyboard description for input device */ </entry> </row> - <row rowsep='0'> + <row> <entry role='functionargdecl'> unsigned int<emphasis> virtual_mask</emphasis> ; /* virtual modifier mask to translate */ </entry> </row> - <row rowsep='0'> + <row> <entry role='functionargdecl'> unsigned int * <emphasis> mask_rtrn</emphasis> |