mirror of
https://github.com/elliotnunn/supermario.git
synced 2024-11-06 09:07:11 +00:00
23 lines
528 B
C
23 lines
528 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__ |