blob: cc87c93807bb8b76b7f0d001dc7c3133458439c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
/*
* tkMacMDEF.r --
*
* This file contains the actual MDEF. Since this is not likely to
* change much, this seems the easiest method to use. The address
* of the routine descriptor is written into offset 0x24 hex, and
* then when the MDEF is called, the Mixed Mode Manager will take
* care of the setup.
*
* This file also contains the icons 'SICN' used by the menu code
* in menu items.
*
* Copyright (c) 1996-1997 Sun Microsystems, Inc.
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*/
#include <Types.r>
/*
* This code was generated by a project file and will not need to be changed.
* It is just a stub. The address of the real MDEF handler will be blasted
* in.
*/
data 'MDEF' (591, preload) {
$"600A 0000 4D44 4546 024F 0000 4EFA 0004" /* `...MDEF.O..N.. */
$"4E75 48E7 1030 4FEF FFEE 266F 0022 247C" /* NuH.0Oԝ&o."$| */
$"4D44 4546 594F 2EB8 0B54 2E9F 554F 3EB8" /* MDEFYO..T.UO> */
$"0A0A 3F5F 0004 554F 3EB8 0A0C 3F5F 0006" /* ..?_..UO>..?_.. */
$"3038 0B5C 48C0 0C80 FFFF FFFF 6612 2078" /* 08.\H.ĝf. x */
$"0B5C 2050 2F68 0006 0008 2F68 000A 000C" /* .\ P/h..../h.... */
$"302F 0032 48C0 0C80 0000 0001 6602 3613" /* 0/.2H.....f.6. */
$"3F2F 0032 2F2F 0030 2F2F 0030 2F2F 0030" /* ?/.2//.0//.0//.0 */
$"2F0B 486F 0012 4E92 2F17 21DF 0B54 3F2F" /* /.Ho..N/.!.T?/ */
$"0004 31DF 0A0A 3F2F 0006 31DF 0A0C 302F" /* ..1..?/..1..0/ */
$"0032 48C0 0C80 0000 0001 6638 3013 48C0" /* .2H.....f80.H */
$"3203 48C1 B280 672C 3038 0B5C 48C0 0C80" /* 2.Hg,08.\H. */
$"FFFF FFFF 671E 2078 0B5C 2050 216F 0008" /* g. x.\ P!o.. */
$"0006 216F 000C 000A 21EF 0008 09FA 21EF" /* ..!o....!..! */
$"000C 09FE 4FEF 0012 4CDF 0C08 4E74 0012" /* ..O..L..Nt.. */
};
|