Changeset f7428b1 in buchla-68k for include/tundsp.h


Ignore:
Timestamp:
07/10/2017 01:26:59 AM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
5fa506d
Parents:
c3aee8a
Message:

Started to rework include files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/tundsp.h

    rc3aee8a rf7428b1  
    88*/
    99
     10#pragma once
     11
    1012#define TUNOBJ          8               /* display object number */
    1113#define TUNPRI          8               /* display object priority */
    1214
    13 #define TUNFL           (V_RES3)        /* display object flags */
     15#define TUNFL           V_RES3          /* display object flags */
    1416
    1517#define TDCURX          CTOX(61)        /* initial cursor x location */
     
    4446#define TCBBX06         6               /* background color */
    4547#define TCBBX07         4               /* background color */
    46 
Note: See TracChangeset for help on using the changeset viewer.