1
0
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:
Nick Briggs 2017-06-07 12:08:23 -07:00
parent 24d210f8d3
commit cea2223dae

View File

@ -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;