Data Structures | Defines | Typedefs

mttypriv.h File Reference

#include "mactty.h"
#include <QDOffscreen.h>
#include <Gestalt.h>
#include <Errors.h>
Include dependency graph for mttypriv.h:

Go to the source code of this file.

Data Structures

struct  tty_record

Defines

#define TA_TO_RGB(ta, rgb)

Typedefs

typedef struct tty_record tty_record

Define Documentation

#define TA_TO_RGB (   ta,
  rgb 
)
Value:
(((rgb).red=(((ta)>>16)&0xff)*257),((rgb).green=(((ta)>>8)&0xff)*257),\
        ((rgb).blue=((ta)&0xff)*257)),rgb

Typedef Documentation

typedef struct tty_record tty_record