summaryrefslogtreecommitdiff
path: root/test/lua/show_flower.wlua
diff options
context:
space:
mode:
authorscuri <scuri>2008-10-18 21:11:41 +0000
committerscuri <scuri>2008-10-18 21:11:41 +0000
commitd81fa2182d15b06b1de41ab51bff8b3c36d95b0b (patch)
tree1c1733994052b668a52f43f88ff12d19bee339ff /test/lua/show_flower.wlua
parentff711a35602bdfae16fafda25b9f1e00d1f767e1 (diff)
*** empty log message ***
Diffstat (limited to 'test/lua/show_flower.wlua')
-rw-r--r--test/lua/show_flower.wlua6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/lua/show_flower.wlua b/test/lua/show_flower.wlua
index a3803d7..ec97a88 100644
--- a/test/lua/show_flower.wlua
+++ b/test/lua/show_flower.wlua
@@ -1,8 +1,8 @@
require"imlua"
-require"iuplua"
require"cdlua"
-require"cdluaiup"
-require"imlua_cd"
+require"cdluaim"
+require"iuplua"
+require"iupluacd"
image = im.FileImageLoad("flower.jpg") -- directly load the image at index 0. it will open and close the file
cnv = iup.canvas{rastersize = image:Width().."x"..image:Height(), border = "NO"}