summaryrefslogtreecommitdiff
path: root/specs/libX11
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-06-07 09:27:26 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-06-07 20:12:02 -0700
commit20c17bd9ebf767a24643279e45866dddcb57b5ce (patch)
tree25817f370367395c82e5aa19b79f1c9403e73947 /specs/libX11
parented3d830243c8a0eefaf24e15b11823272ffe5049 (diff)
downloadxorg-lib-libX11-20c17bd9ebf767a24643279e45866dddcb57b5ce.tar.gz
specs/libX11: correct prototype for XListPixmapFormats/XImageByteOrder
The XListPixmapFormats arguments was being shown with XImageByteOrder's name and return types. Appears to have been a glitch in the nroff -> docbook conversion. Reported-by: ZHANG Zhaolong <zhangzl2013@126.com> Reviewed-by: Jamey Sharp <jamey@minilop.net> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'specs/libX11')
-rw-r--r--specs/libX11/CH02.xml9
1 files changed, 3 insertions, 6 deletions
diff --git a/specs/libX11/CH02.xml b/specs/libX11/CH02.xml
index 12df68ee..5e0e6110 100644
--- a/specs/libX11/CH02.xml
+++ b/specs/libX11/CH02.xml
@@ -1511,12 +1511,9 @@ To obtain the pixmap format information for a given display, use
<indexterm significance="preferred"><primary>XListPixmapFormats</primary></indexterm>
<!-- .sM -->
</para>
-<para>
-ImageByteOrder(<emphasis remap='I'>display</emphasis>)
-</para>
-<funcsynopsis id='XImageByteOrder'>
+<funcsynopsis id='XListPixmapFormats'>
<funcprototype>
- <funcdef>int <function>XImageByteOrder</function></funcdef>
+ <funcdef>XPixmapFormatValues *<function>XListPixmapFormats</function></funcdef>
<paramdef>Display<parameter> *display</parameter></paramdef>
<paramdef>int<parameter> *count_return</parameter></paramdef>
</funcprototype>
@@ -1577,7 +1574,7 @@ These are often used by toolkits as well as by simple applications.
<para>
ImageByteOrder(<emphasis remap='I'>display</emphasis>)
</para>
-<funcsynopsis>
+<funcsynopsis id='XImageByteOrder'>
<funcprototype>
<funcdef>int <function>XImageByteOrder</function></funcdef>
<paramdef>Display<parameter> *display</parameter></paramdef>