mac-rom/Internal/C/ControlPriv.h
Elliot Nunn 4325cdcc78 Bring in CubeE sources
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.
2017-12-26 09:52:23 +08:00

23 lines
527 B
C

/*
File: ControlPriv.h
Copyright: © 1990-1991 by Apple Computer, Inc., all rights reserved.
Change History (most recent first):
<3> 8/27/91 JSM Cleanup header.
<2> 1/13/91 VL <jsm> Added a new message drawThumbOutline to CDEF messages.
<1> 3/6/90 BBH first checked in
*/
#ifndef __CONTROLPRIV__
#define __CONTROLPRIV__
/* the ID of the PICT for drawing the popup triangle */
#define PopupTrianglePictID -8224
/* Private message to CDEF 1 */
#define drawThumbOutlineMsg 12
#endif __CONTROLPRIV__