mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2025-01-16 05:33:25 +00:00
Add constants in tool headers for System 6.0.1 functionality.
These are all documented in Programmer's Reference for System 6.0.1.
This commit is contained in:
parent
6b39cea80d
commit
a32ddedc0c
@ -33,6 +33,7 @@
|
|||||||
#define clearAction 0x0009
|
#define clearAction 0x0009
|
||||||
#define sysClickAction 0x000A
|
#define sysClickAction 0x000A
|
||||||
#define optionalCloseAction 0x000B
|
#define optionalCloseAction 0x000B
|
||||||
|
#define reOpenAction 0x000C
|
||||||
|
|
||||||
/* SystemEdit Codes */
|
/* SystemEdit Codes */
|
||||||
#define undoEdit 0x0001
|
#define undoEdit 0x0001
|
||||||
|
@ -53,6 +53,7 @@
|
|||||||
#define resConverter 0x0800
|
#define resConverter 0x0800
|
||||||
#define resMemAttr 0xC31C /* Flags passed to the NewHandle Memory Manager call */
|
#define resMemAttr 0xC31C /* Flags passed to the NewHandle Memory Manager call */
|
||||||
#define systemMap 0x0001
|
#define systemMap 0x0001
|
||||||
|
#define fileReadWrite 0x0001
|
||||||
#define mapChanged 0x0002
|
#define mapChanged 0x0002
|
||||||
#define romMap 0x0004
|
#define romMap 0x0004
|
||||||
#define resNameOffset 0x10000 /* type holding names */
|
#define resNameOffset 0x10000 /* type holding names */
|
||||||
|
@ -66,6 +66,7 @@
|
|||||||
#define tmControlMenu 0x00040000L
|
#define tmControlMenu 0x00040000L
|
||||||
#define tmMultiClick 0x00080000L
|
#define tmMultiClick 0x00080000L
|
||||||
#define tmIdleEvents 0x00100000L
|
#define tmIdleEvents 0x00100000L
|
||||||
|
#define tmNoGetNextEvent 0x00200000L
|
||||||
|
|
||||||
/* TaskMaster Codes */
|
/* TaskMaster Codes */
|
||||||
#define wNoHit 0x0000 /* retained for back compatibility */
|
#define wNoHit 0x0000 /* retained for back compatibility */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user