From 6ee46bd8fc00973507e81258f95894faa37fca91 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 20 Apr 2014 05:56:33 +1000 Subject: Make the window command a Thing. --- ClientHamr/GuiLua/skang.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ClientHamr/GuiLua/skang.lua b/ClientHamr/GuiLua/skang.lua index 4fb84f1..6e22b3d 100644 --- a/ClientHamr/GuiLua/skang.lua +++ b/ClientHamr/GuiLua/skang.lua @@ -1065,6 +1065,8 @@ window = function(w, h, title, name) return win end +thingasm{'window', 'Specifies the size and title of the application Frame.', window, 'number,number,string', acl="GGG"} + -- TODO - Some function stubs, for now. Fill them up later. skang = function (name) -- cgit v1.1