[PATCH xserver 5/6] docs: correct LoadExtensionList() documentation
Emil Velikov
emil.l.velikov at gmail.com
Mon Feb 19 15:18:11 UTC 2018
From: Emil Velikov <emil.velikov at collabora.com>
Add the missing arguments to the function signature.
Fixes: e46820fb897 ("miinitext: introduce LoadExtensionList() to replace
over LoadExtension()")
Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
---
hw/xfree86/doc/ddxDesign.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
2.16.0
More information about the xorg-devel
mailing list