mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-14 07:30:21 +00:00
Convert to modern parameter declaration style.
This commit is contained in:
parent
24d210f8d3
commit
cea2223dae
@ -37,8 +37,7 @@ extern DspInterface currentdsp;
|
||||
/* dummy is the placeholder for the bitmap to be blitted */
|
||||
/* */
|
||||
/************************************************************************/
|
||||
unsigned long clipping_Xbitblt(dsp, dummy, x, y, w, h) DspInterface dsp;
|
||||
int dummy, x, y, w, h;
|
||||
unsigned long clipping_Xbitblt(DspInterface dsp, int dummy, int x, int y, int w, int h)
|
||||
{
|
||||
int temp_x, temp_y, LowerRightX, LowerRightY;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user