summaryrefslogtreecommitdiff
path: root/html/en/func/init.html
diff options
context:
space:
mode:
authorscuri <scuri>2009-08-05 18:44:49 +0000
committerscuri <scuri>2009-08-05 18:44:49 +0000
commit4eb6a7ae0fa0fa11c7e538b948af1417764d4134 (patch)
treea250d2807e85c463ec52eee34d90e9239ec1a384 /html/en/func/init.html
parente2b3655c339d18b91cc3c824b04fe7a57d51bdfe (diff)
*** empty log message ***
Diffstat (limited to 'html/en/func/init.html')
-rw-r--r--html/en/func/init.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/en/func/init.html b/html/en/func/init.html
index c6e08b3..9cdee9e 100644
--- a/html/en/func/init.html
+++ b/html/en/func/init.html
@@ -105,7 +105,7 @@ canvas:Deactivate(canvas: cdCanvas) [in Lua]</pre>
<a href="control.html#cdFlush">Flush</a>.</p>
<pre class="function"><span class="mainFunction">int <a name="cdUseContextPlus">cdUseContextPlus</a>(int use); [in C]</span>
-cd.UseContextPlus(use: number) -&gt; (old_use: number) [in Lua]</pre>
+cd.UseContextPlus(use: boolean) -&gt; (old_use: boolean) [in Lua]</pre>
<p>Activates or deactivates the use of an external context for the next calls of the <font face="Courier"><b>
<a href="../func/init.html#cdCreateCanvas">cdCreateCanvas</a></b></font>
function.</p>