From 1129345787a6317b5eafeabe92fe52050187682e Mon Sep 17 00:00:00 2001 From: scuri Date: Fri, 15 Oct 2010 02:43:23 +0000 Subject: *** empty log message *** --- html/examples/iuplua_cdlua.wlua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'html') diff --git a/html/examples/iuplua_cdlua.wlua b/html/examples/iuplua_cdlua.wlua index d9c5058..c62f4c0 100644 --- a/html/examples/iuplua_cdlua.wlua +++ b/html/examples/iuplua_cdlua.wlua @@ -1,7 +1,7 @@ require"cdlua" require"iuplua" require"iupluacd" -require"cdluacontextplus" +--require"cdluacontextplus" cnv = iup.canvas {size = "200x100"} @@ -14,9 +14,9 @@ box = iup.vbox{ dlg = iup.dialog{box; title="Example IUPLUA/CDLUA"} function cnv:map_cb() - cd.UseContextPlus(true) + --cd.UseContextPlus(true) canvas = cd.CreateCanvas(cd.IUP, self) - cd.UseContextPlus(false) + --cd.UseContextPlus(false) self.canvas = canvas -- store the CD canvas in a IUP attribute end -- cgit v1.2.3