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.
22 lines
688 B
XML
22 lines
688 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>llgfx_CloneGfx</Funktionsname>
|
|
<Beschreibung>Erstellt eine 1:1 Kopie des srcgfx Buffers. Alphachannel und gesetzter Colorkey und der Grafikbuffer selbst wird kopiert.</Beschreibung>
|
|
<Returnwert>
|
|
<Typ>llgfx_id</Typ>
|
|
<Beschreibung>Grafikbuffer ID des neuen Buffers</Beschreibung>
|
|
</Returnwert>
|
|
<Parameter>
|
|
<Arg>
|
|
<Typ>llgfx_id</Typ>
|
|
<Variablename>srcgfx</Variablename>
|
|
<Beschreibung>Grafikbuffer der gekloned wird</Beschreibung>
|
|
</Arg>
|
|
</Parameter>
|
|
<Location>
|
|
<Headerfile>llgfx.h</Headerfile>
|
|
</Location>
|
|
</f>
|