#include "mactty.h"#include <QDOffscreen.h>#include <Gestalt.h>#include <Errors.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 TA_TO_RGB | ( | ta, | |
| rgb | |||
| ) |
(((rgb).red=(((ta)>>16)&0xff)*257),((rgb).green=(((ta)>>8)&0xff)*257),\
((rgb).blue=((ta)&0xff)*257)),rgb
| typedef struct tty_record tty_record |
1.7.2