Project

General

Profile

Feature #41 ยป transparent.diff

diff against 0.0. - Walter, 12/23/2008 11:33 AM

View differences:

menu.c 2008-12-20 16:39:44.000000000 +0100
case DarkScreen:
if (Display::GetBackgroundColor() == clrBlack)
Display::SetBackgroundColor((tColor)ttSetup.configuredClrBackground);
else
else if (Display::GetBackgroundColor() == (tColor)ttSetup.configuredClrBackground)
Display::SetBackgroundColor(clrTransparent);
else
Display::SetBackgroundColor(clrBlack);
break;
default:
    (1-1/1)