mirror of
https://github.com/elliotnunn/mac-rom.git
synced 2024-12-28 16:31:01 +00:00
4325cdcc78
Resource forks are included only for .rsrc files. These are DeRezzed into their data fork. 'ckid' resources, from the Projector VCS, are not included. The Tools directory, containing mostly junk, is also excluded.
27 lines
747 B
C
27 lines
747 B
C
/*
|
|
File: PalettesPriv.h
|
|
|
|
Contains: PaletteMgr private field names
|
|
|
|
Copyright: © 1990 by Apple Computer, Inc., all rights reserved.
|
|
|
|
Change History (most recent first):
|
|
|
|
<3> 12/13/90 dvb Make .h and .p and .a files consistent.
|
|
<2> 3/30/90 EMT fixed a few syntax errors.
|
|
<1> 3/29/90 DVB first checked in
|
|
|
|
To Do:
|
|
*/
|
|
|
|
/* Make these field names seem to exist, based on the definitions in Palettes.h */
|
|
#define pmPrivate pmDataFields[2]
|
|
|
|
/* Masks for pmPrivate */
|
|
#define CForeMask 0x8000
|
|
#define CBackMask 0x4000
|
|
|
|
/* Internal routines that just might be of interest */
|
|
pascal PaletteHandle WhatPal(WindowPtr window) = {0x303C,0x0405,0xAAA2};
|
|
pascal Boolean CheckColors(GDHandle , CTabHandle, short, short) = {0x303C,0x1218,0xAAA2};
|