mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
32-bit color support
This commit is contained in:
@@ -87,7 +87,7 @@ void CreateToolsOffscreen (void)
|
||||
if (toolSrcMap == nil)
|
||||
{
|
||||
QSetRect(&toolSrcRect, 0, 0, 360, 216);
|
||||
theErr = CreateOffScreenGWorld(&toolSrcMap, &toolSrcRect, kPreferredPixelFormat);
|
||||
theErr = CreateOffScreenGWorld(&toolSrcMap, &toolSrcRect);
|
||||
LoadGraphic(toolSrcMap, kToolsPictID);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user