Subversion Repositories filter_foundry

Rev

Rev 193 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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