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/ch01.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/ch01.xml')
-rw-r--r-- | libX11/specs/XKB/ch01.xml | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/libX11/specs/XKB/ch01.xml b/libX11/specs/XKB/ch01.xml index e756d1a96..15cc97dad 100644 --- a/libX11/specs/XKB/ch01.xml +++ b/libX11/specs/XKB/ch01.xml @@ -361,28 +361,29 @@ BadMatch</emphasis> generated. </para> -<table frame='none'> +<table frame='topbot'> <!-- <caption>Function Error Returns Due to Extension Problems</caption> --> <title>Function Error Returns Due to Extension Problems</title> -<tgroup cols='2'> -<colspec align="left" colsep="0"/> -<colspec align="left" colsep="0"/> +<?dbfo keep-together="always" ?> +<tgroup cols='2' align='left' colsep='0' rowsep='0'> +<colspec colname='c1' colwidth='1.0*'/> +<colspec colname='c2' colwidth='1.0*'/> <thead> - <row> + <row rowsep='1'> <entry>Functions return type</entry> <entry>Return value</entry> </row> </thead> <tbody> - <row rowsep='0'> + <row> <entry>pointer to a structure</entry> <entry>NULL</entry> </row> - <row rowsep='0'> + <row> <entry>Bool</entry> <entry>False</entry> </row> - <row rowsep='0'> + <row> <entry>Status</entry> <entry>BadAccess</entry> </row> |