Subversion Repositories filter_foundry

Rev

Rev 193 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 193 Rev 259
Line 1... Line 1...
1
#include "types.r"
1
#include "types.r"
2
 
2
 
3
resource 'SIZE' (-1){
3
resource 'SIZE' (-1){
4
	reserved,
4
	reserved,
5
	acceptSuspendResumeEvents,
5
	acceptSuspendResumeEvents,
6
	reserved,
6
	reserved,
7
	canBackground,
7
	canBackground,
8
	needsActivateOnFGSwitch,
8
	needsActivateOnFGSwitch,
9
	backgroundAndForeground,
9
	backgroundAndForeground,
10
	dontGetFrontClicks,
10
	dontGetFrontClicks,
11
	ignoreAppDiedEvents,
11
	ignoreAppDiedEvents,
12
	is32BitCompatible,
12
	is32BitCompatible,
13
	isHighLevelEventAware,
13
	isHighLevelEventAware,
14
	localAndRemoteHLEvents,
14
	localAndRemoteHLEvents,
15
	notStationeryAware,
15
	notStationeryAware,
16
	dontUseTextEditServices,
16
	dontUseTextEditServices,
17
	reserved,
17
	reserved,
18
	reserved,
18
	reserved,
19
	reserved,
19
	reserved,
20
	1024<<10,128<<10
20
	1024<<10,128<<10
21
};
21
};