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


Ignore:
Timestamp:
07/14/2017 04:18:35 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
ace9ee7
Parents:
1efe224
Message:

Removed form-feed comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlib/vbfill4.c

    r1efe224 rfa38804  
    2727};
    2828
    29 /*
    30 
    31 */
    32 
    3329void vbfill4(uint16_t *obj, int16_t obwidth, int16_t xmin, int16_t ymin, int16_t xmax, int16_t ymax, uint16_t color)
    3430{
     
    4541        lmask = rmask = 0;
    4642
    47 /*
    48 
    49 */
     43
    5044        switch (xmin & 3) {
    5145
     
    10195                return;
    10296
    103 /*
    104 
    105 */
     97
    10698        case 1:
    10799
     
    155147                return;
    156148
    157 /*
    158 
    159 */
     149
    160150        case 2:
    161151
     
    209199                return;
    210200
    211 /*
    212 
    213 */
     201
    214202        case 3:
    215203
Note: See TracChangeset for help on using the changeset viewer.