update ewol main
This commit is contained in:
parent
4f0839221d
commit
8d0fc9023f
@ -42,7 +42,8 @@ appl::BufferManager* bufferManager = NULL;
|
|||||||
/**
|
/**
|
||||||
* @brief main application function initialisation
|
* @brief main application function initialisation
|
||||||
*/
|
*/
|
||||||
bool APP_Init(ewol::Context& _context) {
|
bool APP_Init(ewol::Context& _context, size_t _initId, size_t& _nbInitStep) {
|
||||||
|
_nbInitStep = 1;
|
||||||
APPL_INFO(" == > init APPL v" << APPL_VERSION << " (START) [" << ewol::getBoardType() << "] (" << ewol::getCompilationMode() << ")");
|
APPL_INFO(" == > init APPL v" << APPL_VERSION << " (START) [" << ewol::getBoardType() << "] (" << ewol::getCompilationMode() << ")");
|
||||||
|
|
||||||
etk::theme::setName("COLOR", "color/black/");
|
etk::theme::setName("COLOR", "color/black/");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user