summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2018-02-19 15:18:11 +0000
committerAdam Jackson <ajax@redhat.com>2018-02-21 11:07:18 -0500
commit9237c5e2878c088a6cd26ea380763465a9e67012 (patch)
tree10fdeafbca3939ac8d7f83b7db69281d4e930996
parent089a1b0f9fa2e80457dc3d5f05c84565c9113a21 (diff)
docs: correct LoadExtensionList() documentation
Add the missing arguments to the function signature. Fixes: e46820fb897 ("miinitext: introduce LoadExtensionList() to replace over LoadExtension()") Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Adam Jackson <ajax@redhat.com>
-rw-r--r--hw/xfree86/doc/ddxDesign.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/doc/ddxDesign.xml b/hw/xfree86/doc/ddxDesign.xml
index 13994f7a9..a7f74e4d7 100644
--- a/hw/xfree86/doc/ddxDesign.xml
+++ b/hw/xfree86/doc/ddxDesign.xml
@@ -5732,7 +5732,7 @@ These may be moved out of the loader at some point.
<blockquote><para>
<programlisting>
- void LoadExtensionList(const ExtensionModule ext[]);
+ void LoadExtensionList(const ExtensionModule ext[], int size, Bool builtin);
</programlisting>
<blockquote><para>
This registers the entry points for the extension array identified by