[DEV] update the parsing of java an python

This commit is contained in:
2015-07-01 21:40:47 +02:00
parent 89afc13dce
commit ad32734537
4 changed files with 73 additions and 19 deletions

View File

@@ -45,7 +45,8 @@ class MainApplication : public ewol::context::Application {
exit(0);
}
}
etk::theme::setName("COLOR", "color/black/");
//etk::theme::setName("COLOR", "color/black/");
etk::theme::setName("COLOR", "color/white/");
// TODO : remove this : Move if in the windows properties
_context.setSize(vec2(800, 600));

View File

@@ -123,6 +123,5 @@ def create(target):
myModule.pkg_add("RIGHT", "WRITE_EXTERNAL_STORAGE")
myModule.pkg_add("RIGHT", "SET_ORIENTATION")
# add the currrent module at the
return myModule