]> code.delx.au - gnu-emacs/blob - mac/src/EmacsMPW.r
7db45ca4f809192be1fcda0583f5e8d195c339da
[gnu-emacs] / mac / src / EmacsMPW.r
1 /* Resource definitions for GNU Emacs on the Macintosh when building
2 under MPW.
3
4 Copyright (C) 1999, 2000 Free Software Foundation, Inc.
5
6 This file is part of GNU Emacs.
7
8 GNU Emacs is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 2, or (at your option)
11 any later version.
12
13 GNU Emacs is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
17
18 You should have received a copy of the GNU General Public License
19 along with GNU Emacs; see the file COPYING. If not, write to
20 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
21 Boston, MA 02111-1307, USA. */
22
23 /* Contributed by Andrew Choi (akochoi@mac.com). */
24
25 #include "Types.r"
26 #include "CodeFragmentTypes.r"
27
28 resource 'SIZE' (-1) {
29 reserved,
30 acceptSuspendResumeEvents,
31 reserved,
32 canBackground,
33 doesActivateOnFGSwitch,
34 backgroundAndForeground,
35 dontGetFrontClicks,
36 ignoreAppDiedEvents,
37 is32BitCompatible,
38 isHighLevelEventAware,
39 onlyLocalHLEvents,
40 notStationeryAware,
41 dontUseTextEditServices,
42 reserved,
43 reserved,
44 reserved,
45 33554432,
46 16777216
47 };
48
49 #ifdef HAVE_CARBON
50 resource 'cfrg' (0) {
51 {
52 kPowerPCCFragArch, kIsCompleteCFrag, kNoVersionNum, kNoVersionNum,
53 311296, /* 48K (default) + 256K (EXTRA_STACK_ALLOC in macterm.c) */
54 kNoAppSubFolder,
55 kApplicationCFrag, kDataForkCFragLocator, kZeroOffset, kCFragGoesToEOF,
56 "",
57 }
58 };
59 #endif