root/trunk/mac/src/EmacsMPW.r

Revision 4220, 1.6 kB (checked in by miyoshi, 9 months ago)

Sync up with Emacs22.2.

Line 
1 /* Resource definitions for GNU Emacs on the Macintosh when building
2    under MPW.
3
4    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
5       2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6
7 This file is part of GNU Emacs.
8
9 GNU Emacs is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation; either version 3, or (at your option)
12 any later version.
13
14 GNU Emacs is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 GNU General Public License for more details.
18
19 You should have received a copy of the GNU General Public License
20 along with GNU Emacs; see the file COPYING.  If not, write to
21 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
22 Boston, MA 02110-1301, USA.  */
23
24 /* Contributed by Andrew Choi (akochoi@mac.com).  */
25
26 #include "Types.r"
27 #include "CodeFragmentTypes.r"
28
29 resource '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,
46         33554432,
47         16777216
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
Note: See TracBrowser for help on using the browser.