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