mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-04 23:50:12 +01:00
Undocument Font Module loading
Code was deleted in commitaffec10635Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Dave Airlie <airlied@redhat.com> Reviewed-by: Adam Jackson <ajax@redhat.com> (cherry picked from commit5a3a98fcb7)
This commit is contained in:
parent
9a4e2d80a5
commit
a5808eae02
1 changed files with 0 additions and 20 deletions
|
|
@ -5989,26 +5989,6 @@ typedef struct {
|
|||
|
||||
</blockquote></para></blockquote>
|
||||
|
||||
<blockquote><para>
|
||||
<programlisting>
|
||||
void LoadFont(FontModule *font);
|
||||
</programlisting>
|
||||
<blockquote><para>
|
||||
This registers the entry points for the font rasteriser module
|
||||
identified by <parameter>font</parameter>. The <structname>FontModule</structname>
|
||||
struct is defined as:
|
||||
|
||||
<programlisting>
|
||||
typedef struct {
|
||||
InitFont initFunc;
|
||||
char * name;
|
||||
pointer module;
|
||||
} FontModule;
|
||||
</programlisting>
|
||||
</para>
|
||||
|
||||
</blockquote></para></blockquote>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue