little fixes

testing python scripts after cleanup
This commit is contained in:
Jaromil
2009-08-31 01:42:32 +02:00
parent d8a7355ea3
commit fd11f832e3
5 changed files with 32 additions and 27 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ cx = freej.Context()
cx.init()
#cx.init(400,300,0,0)
scr = freej.SdlScreen()
scr.init( 400, 300 );
scr.init( 400, 300 , 32);
cx.add_screen(scr)
cx.config_check("keyboard.js")
cx.plugger.refresh(cx)