From 8d0fc9023fd72a740e2b2bbe6fd5624729d13a3f Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Mon, 7 Apr 2014 07:59:00 +0200 Subject: [PATCH] update ewol main --- sources/appl/init.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sources/appl/init.cpp b/sources/appl/init.cpp index a3edcce..3332134 100644 --- a/sources/appl/init.cpp +++ b/sources/appl/init.cpp @@ -42,7 +42,8 @@ appl::BufferManager* bufferManager = NULL; /** * @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() << ")"); etk::theme::setName("COLOR", "color/black/");