For now doesn't switch to text mode and back to the logo anymore when the
menu is shown - the logo is now shown after the menu anyway. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10636 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
** Copyright 2004, Axel Dörfler, [email protected]. All rights reserved.
|
||||
** Distributed under the terms of the Haiku License.
|
||||
*/
|
||||
* Copyright 2004-2005, Axel Dörfler, [email protected]. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
|
||||
#include "keyboard.h"
|
||||
@@ -467,10 +467,10 @@ platform_update_menu_item(Menu *menu, MenuItem *item)
|
||||
void
|
||||
platform_run_menu(Menu *menu)
|
||||
{
|
||||
platform_switch_to_text_mode();
|
||||
// platform_switch_to_text_mode();
|
||||
|
||||
run_menu(menu);
|
||||
|
||||
platform_switch_to_logo();
|
||||
// platform_switch_to_logo();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user