Cleaning window managers for consistency.
This commit is contained in:
parent
5d984aa61d
commit
392a2b7889
28 changed files with 452 additions and 325 deletions
|
@ -45,13 +45,8 @@ void GuiApplication::run()
|
|||
MLOG_INFO("Creating Window Interface");
|
||||
mUiInterface = UiInterfaceFactory::create(mDesktopManager.get(), mUiInterfaceBackend);
|
||||
|
||||
mUiInterface->initialize();
|
||||
mUiInterface->addWindow(mainWindow);
|
||||
mUiInterface->showWindow(mainWindow);
|
||||
mUiInterface->loop();
|
||||
|
||||
mUiInterface->shutDown();
|
||||
|
||||
MLOG_INFO("Window Interface Shut Down");
|
||||
|
||||
mMainApplication->ShutDown();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue