mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-24 07:06:36 +00:00
Working up to start of menu loading
This commit is contained in:
@@ -265,7 +265,7 @@ void PaintRect(const Rect *rect)
|
||||
break;
|
||||
default:
|
||||
PL_NotYetImplemented();
|
||||
return;
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -306,7 +306,7 @@ void FrameRoundRect(const Rect *rect, int w, int h)
|
||||
PL_NotYetImplemented();
|
||||
}
|
||||
|
||||
void PenMode(int mode)
|
||||
void PenMode(CopyBitsMode copyBitsMode)
|
||||
{
|
||||
PL_NotYetImplemented();
|
||||
}
|
||||
@@ -316,11 +316,6 @@ void PenMode(PenModeID penMode)
|
||||
PL_NotYetImplemented();
|
||||
}
|
||||
|
||||
void PenMode(CopyBitsMode copyBitsMode)
|
||||
{
|
||||
PL_NotYetImplemented();
|
||||
}
|
||||
|
||||
void PenPat(const Pattern *pattern)
|
||||
{
|
||||
PL_NotYetImplemented();
|
||||
|
Reference in New Issue
Block a user