summaryrefslogtreecommitdiff
path: root/specs/shm.xml
diff options
context:
space:
mode:
authorMatt Dew <marcoz@osource.org>2011-09-30 22:28:10 -0600
committerMatt Dew <marcoz@osource.org>2011-10-01 00:32:16 -0600
commit618cea608d726c0aeb48960da7bedc2dd8b36bba (patch)
tree89d68e9c1724621e14f1a780aeafd0d1e0bd2e6c /specs/shm.xml
parent8f35303d8d40a68deb8c4830e8946ea356b0577f (diff)
#1 - fix the capitalization of the ID attriutes to
match either the <title> or <funcdef> string it goes with. #2 - fix any <linkend>'s that were affected by #1 #3 - any <function> in the docs that has an actual funcdef, will become an olink. Signed-off-by: Matt Dew <marcoz@osource.org>
Diffstat (limited to 'specs/shm.xml')
-rw-r--r--specs/shm.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/specs/shm.xml b/specs/shm.xml
index 027aa54..f6ad347 100644
--- a/specs/shm.xml
+++ b/specs/shm.xml
@@ -138,7 +138,7 @@ the net, or in some other environment where the extension will not work.
To perform this check, call either
</para>
-<funcsynopsis id='xshmqueryextension'>
+<funcsynopsis id='XShmQueryExtension'>
<funcprototype>
<funcdef>Status <function>XShmQueryExtension</function></funcdef>
<paramdef>Display <parameter>*display</parameter></paramdef>
@@ -149,7 +149,7 @@ To perform this check, call either
or
</para>
-<funcsynopsis id='xshmqueryversion'>
+<funcsynopsis id='XShmQueryVersion'>
<funcprototype>
<funcdef>Status <function>XShmQueryVersion</function></funcdef>
<paramdef>Display <parameter>*display</parameter></paramdef>
@@ -203,7 +203,7 @@ Use the shared memory XImage, much like a normal one.
To create a shared memory XImage, use:
</para>
-<funcsynopsis id='xshmcreateimage'>
+<funcsynopsis id='XShmCreateImage'>
<funcprototype>
<funcdef>XImage <function>*XShmCreateImage</function></funcdef>
<paramdef>Display <parameter>*display</parameter></paramdef>
@@ -318,7 +318,7 @@ ready for use.
To write a shared memory XImage into an X drawable, use XShmPutImage:
</para>
-<funcsynopsis id='xshmputimage'>
+<funcsynopsis id='XShmPutImage'>
<funcprototype>
<funcdef>Status <function>XShmPutImage </function></funcdef>
<paramdef>Display <parameter>*display</parameter></paramdef>
@@ -381,7 +381,7 @@ completion event, the results you see on the screen may be inconsistent.
To read image data into a shared memory XImage, use the following:
</para>
-<funcsynopsis id='xshmgetimage'>
+<funcsynopsis id='XShmGetImage'>
<funcprototype>
<funcdef>Status <function>XShmGetImage </function></funcdef>
<paramdef>Display <parameter>*display</parameter></paramdef>
@@ -424,7 +424,7 @@ format is) and independent of the screen. Use XShmPixmapFormat to get the
format for the server:
</para>
-<funcsynopsis id='xshmpixmapformat'>
+<funcsynopsis id='XShmPixmapFormat'>
<funcprototype>
<funcdef>int <function>XShmPixmapFormat</function></funcdef>
<paramdef>Display <parameter>*display</parameter></paramdef>
@@ -444,7 +444,7 @@ bytes_per_line value to use.
Once you have your shminfo structure filled in, simply call:
</para>
-<funcsynopsis id='xshmcreatepixmap'>
+<funcsynopsis id='XShmCreatePixmap'>
<funcprototype>
<funcdef>Pixmap <function>XShmCreatePixmap</function></funcdef>
<paramdef>Display <parameter>*display</parameter></paramdef>