Changeset 0580615 in buchla-68k for vlib/vbfill4.c


Ignore:
Timestamp:
07/08/2017 02:42:31 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
342a56f
Parents:
46d8069
Message:

Point of no return.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlib/vbfill4.c

    r46d8069 r0580615  
    2929*/
    3030
    31 vbfill4(obj, obwidth, xmin, ymin, xmax, ymax, color)
    32 unsigned *obj;
    33 short obwidth, xmin, ymin, xmax, ymax;
    34 register unsigned color;
     31void vbfill4(unsigned *obj, short obwidth, short xmin, short ymin, short xmax, short ymax, unsigned color)
    3532{
    3633        short mw, nl, width;
Note: See TracChangeset for help on using the changeset viewer.