win32 fixes

This commit is contained in:
Eduardo Bart
2012-03-27 18:33:58 -03:00
parent 8ea154016b
commit 668c4d98d9
5 changed files with 35 additions and 14 deletions

View File

@@ -35,11 +35,11 @@ function Client.init()
g_window.setIcon(resolvepath('clienticon.png'))
-- show the only window after the first frame is rendered
addEvent(function()
addEvent(function()
scheduleEvent(function()
scheduleEvent(function()
g_window.show()
end)
end)
end, 0)
end, 0)
end
function Client.terminate()