You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
751 B
XML
32 lines
751 B
XML
<?xml version="1.0" encoding="ISO-8859-15"?>
|
|
<!DOCTYPE f SYSTEM "function.dtd">
|
|
<?xml-stylesheet type="text/xsl" href="function.xsl"?>
|
|
<f>
|
|
<Funktionsname>ExpandRect</Funktionsname>
|
|
<Beschreibung>Set Rect Functions</Beschreibung>
|
|
<Returnwert>
|
|
<Typ>void</Typ>
|
|
<Beschreibung></Beschreibung>
|
|
</Returnwert>
|
|
<Parameter>
|
|
<Arg>
|
|
<Typ>llgfx_sRECT</Typ>
|
|
<Variablename>dest</Variablename>
|
|
<Beschreibung>Rectangle</Beschreibung>
|
|
</Arg>
|
|
<Arg>
|
|
<Typ>int</Typ>
|
|
<Variablename>xoffset</Variablename>
|
|
<Beschreibung>x</Beschreibung>
|
|
</Arg>
|
|
<Arg>
|
|
<Typ>int</Typ>
|
|
<Variablename>yoffset</Variablename>
|
|
<Beschreibung>y</Beschreibung>
|
|
</Arg>
|
|
</Parameter>
|
|
<Location>
|
|
<Headerfile>lowlevellib.h</Headerfile>
|
|
</Location>
|
|
</f>
|