platform fixes

* fix black cursor on win32
* fix front buffer refresh on some x11 platforms
* fix outfit framebuffer glitch
* display entergame by default
* change some icons
This commit is contained in:
Eduardo Bart
2012-04-05 09:18:25 -03:00
parent f1fda8050a
commit 49727c573f
7 changed files with 11 additions and 28 deletions

View File

@@ -80,7 +80,6 @@ function EnterGame.init()
enterGame:getChildById('accountNameTextEdit'):focus()
-- only open entergame when app starts
enterGame:hide()
if not g_app.isRunning() then
if #account > 0 and autologin then
addEvent(EnterGame.doLogin)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 696 B

After

Width:  |  Height:  |  Size: 962 B