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:
Axel Dörfler
2005-01-10 07:38:01 +00:00
parent 0d4ea07bd7
commit 4c89c923bf
+5 -5
View File
@@ -1,7 +1,7 @@
/* /*
** Copyright 2004, Axel Dörfler, [email protected]. All rights reserved. * Copyright 2004-2005, Axel Dörfler, [email protected]. All rights reserved.
** Distributed under the terms of the Haiku License. * Distributed under the terms of the MIT License.
*/ */
#include "keyboard.h" #include "keyboard.h"
@@ -467,10 +467,10 @@ platform_update_menu_item(Menu *menu, MenuItem *item)
void void
platform_run_menu(Menu *menu) platform_run_menu(Menu *menu)
{ {
platform_switch_to_text_mode(); // platform_switch_to_text_mode();
run_menu(menu); run_menu(menu);
platform_switch_to_logo(); // platform_switch_to_logo();
} }