From e609bae4c1c3e494691349c8794ceded36efd91b Mon Sep 17 00:00:00 2001 From: scuri Date: Mon, 20 May 2013 17:36:08 +0000 Subject: [PATCH] *** empty log message *** --- html/en/func/other.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/en/func/other.html b/html/en/func/other.html index 6e98bea..4c034e7 100644 --- a/html/en/func/other.html +++ b/html/en/func/other.html @@ -52,7 +52,7 @@

System


Metafile Interpretation

-
int cdCanvasPlay(cdCanvas* canvas, cdContext* ctx, int xmin, int xmax, int ymin, int ymax, void *data); [in C]
+
int cdCanvasPlay(cdCanvas* canvas, cdContext* ctx, int xmin, int xmax, int ymin, int ymax, void *data); [in C]
 
 canvas:Play(ctx, xmin, xmax, ymin, ymax: number, data: string) -> (status: number) [in Lua]
@@ -90,7 +90,7 @@

Metafile Interpretation

is a cdCanvas* of the Picture canvas. -
int cdContextRegisterCallback(cdContext *ctx, int cb, int(*func)(cdCanvas* canvas, ...)); [in C]
+
int cdContextRegisterCallback(cdContext *ctx, int cb, int(*func)(cdCanvas* canvas, ...)); [in C]
 
 cd.ContextRegisterCallback(ctx, cb: number, func: function) -> (status: number) [in Lua]