Chameleon

Chameleon Commit Details

Date:2010-09-26 17:42:30 (13 years 6 months ago)
Author:Evan Lojewski
Commit:560
Parents: 559
Message:Small gui changes.
Changes:
M/branches/meklort/i386/modules/GUI/GUI_module.c

File differences

branches/meklort/i386/modules/GUI/GUI_module.c
6868
6969
7070
71
7172
7273
7374
......
9293
9394
9495
96
97
98
99
100
101
102
103
95104
96105
97106
{
if(!gVerboseMode)
{
// Note: shouldn't be needed, but just in case
drawBootGraphics();
}
else
gui.logo.draw = false;
drawBackground();
updateVRAM();
if(!gVerboseMode)
{
// Disable outputs, they will still show in the boot log.
replace_function("_printf", &GUI_verbose);
drawBootGraphics();
}
}
}

Archive Download the corresponding diff file

Revision: 560