From 7d8f53c09bcf3790e7bb50af80050f6675451548 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Thu, 3 Apr 2014 03:54:40 +1000 Subject: Define window via array instead of argument list. --- ClientHamr/GuiLua/skang.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ClientHamr') diff --git a/ClientHamr/GuiLua/skang.lua b/ClientHamr/GuiLua/skang.lua index 202fdd6..9a67231 100644 --- a/ClientHamr/GuiLua/skang.lua +++ b/ClientHamr/GuiLua/skang.lua @@ -867,7 +867,7 @@ quit = function () end thingasm('clear', 'The current skin is cleared of all widgets.', clear) -thingasm('window', 'The size and title of the application Frame.', window, 'x,y,name', nil, nil, 'GGG') +thingasm{'window', 'The size and title of the application Frame.', window, 'x,y,name', acl='GGG'} thingasm('module', 'Load a module.', module, 'file,acl') thingasm('skang', 'Parse the contents of a skang file or URL.', skang, 'URL') thingasm('quit', 'Quit, exit, remove thyself.', quit) -- cgit v1.1