mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
Cleanup, add scanline mask builder
This commit is contained in:
@@ -131,9 +131,6 @@ void InitAnimatedCursor (acurHandle ballCursH)
|
||||
if (!compiledBallCursorH)
|
||||
RedAlert(kErrFailedResourceLoad);
|
||||
|
||||
HNoPurge((Handle)ballCursH);
|
||||
MoveHHi((Handle)ballCursH);
|
||||
HLock((Handle)ballCursH);
|
||||
if (useColor)
|
||||
useColor = GetColorCursors(ballCursH, compiledBallCursorH);
|
||||
if (!useColor && !GetMonoCursors(ballCursH, compiledBallCursorH))
|
||||
|
Reference in New Issue
Block a user