Changeset 6a37d5b in buchla-68k for include


Ignore:
Timestamp:
07/15/2017 05:04:43 AM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
09d1345
Parents:
7bb1284
Message:

Prefer signed integers in assembly prototypes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/vsdd.h

    r7bb1284 r6a37d5b  
    5555struct octent {                 /* Object control table entry */
    5656
    57         uint16_t        ysize,  /* Height of object in pixels */
     57        int16_t         ysize,  /* Height of object in pixels */
    5858                        xsize;  /* Width of object in pixels */
    5959
Note: See TracChangeset for help on using the changeset viewer.