comparison mac/src/EmacsMPW.r @ 88155:d7ddb3e565de

sync with trunk
author Henrik Enberg <henrik.enberg@telia.com>
date Mon, 16 Jan 2006 00:03:54 +0000
parents 01b93e5e53a7
children
comparison
equal deleted inserted replaced
88154:8ce476d3ba36 88155:d7ddb3e565de
1 /* Resource definitions for GNU Emacs on the Macintosh when building 1 /* Resource definitions for GNU Emacs on the Macintosh when building
2 under MPW. 2 under MPW.
3 3
4 Copyright (C) 1999, 2000 Free Software Foundation, Inc. 4 Copyright (C) 1999, 2000, 2002, 2003, 2004,
5 2005 Free Software Foundation, Inc.
5 6
6 This file is part of GNU Emacs. 7 This file is part of GNU Emacs.
7 8
8 GNU Emacs is free software; you can redistribute it and/or modify 9 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 it under the terms of the GNU General Public License as published by
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details. 17 GNU General Public License for more details.
17 18
18 You should have received a copy of the GNU General Public License 19 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 along with GNU Emacs; see the file COPYING. If not, write to
20 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 21 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
21 Boston, MA 02111-1307, USA. */ 22 Boston, MA 02110-1301, USA. */
22 23
23 /* Contributed by Andrew Choi (akochoi@mac.com). */ 24 /* Contributed by Andrew Choi (akochoi@mac.com). */
24 25
25 #include "Types.r" 26 #include "Types.r"
26 #include "CodeFragmentTypes.r" 27 #include "CodeFragmentTypes.r"
40 notStationeryAware, 41 notStationeryAware,
41 dontUseTextEditServices, 42 dontUseTextEditServices,
42 reserved, 43 reserved,
43 reserved, 44 reserved,
44 reserved, 45 reserved,
45 16777216, 46 33554432,
46 16777216 47 16777216
47 }; 48 };
49
50 #ifdef HAVE_CARBON
51 resource '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