mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
Remove regions, add framing (fixes mirrors)
This commit is contained in:
@@ -209,17 +209,3 @@ void DkGrayForeColor (void)
|
||||
|
||||
RGBForeColor(&color);
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------- RestoreColorsSlam
|
||||
|
||||
// This function forces the Macintosh to rebuild the palette. It is<69>
|
||||
// called to restore a sense or normality after some serious munging<6E>
|
||||
// with the palette.
|
||||
|
||||
void RestoreColorsSlam (void)
|
||||
{
|
||||
RestoreDeviceClut(nil);
|
||||
PaintBehind(nil, GetGrayRgn());
|
||||
DrawMenuBar();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user