Changeset 09d1345 in buchla-68k for vlib/vtext.x


Ignore:
Timestamp:
07/15/2017 10:03:02 AM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
bf89cfb
Parents:
6a37d5b
Message:

Prefer signed integers in vlib.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlib/vtext.x

    r6a37d5b r09d1345  
    1515*/
    1616
    17 extern  void            vtext(uint16_t *obj, uint16_t nc, uint16_t row, uint16_t col, int8_t *ip);
     17extern  void            vtext(uint16_t *obj, int16_t nc, int16_t row, int16_t col, int8_t *ip);
Note: See TracChangeset for help on using the changeset viewer.