shithub: sl

ref: 6e44f3442f1aaf7ef3a201e365529d25c9cecc6c
dir: /src/macos/m68k.r/

View raw version
#include "Retro68APPL.r"

resource 'SIZE' (-1) {
	reserved,
	ignoreSuspendResumeEvents,
	reserved,
	cannotBackground,
	needsActivateOnFGSwitch,
	backgroundAndForeground,
	dontGetFrontClicks,
	ignoreChildDiedEvents,
	is32BitCompatible,
	notHighLevelEventAware,
	onlyLocalHLEvents,
	notStationeryAware,
	dontUseTextEditServices,
	reserved,
	reserved,
	reserved,
	4 * 1024 * 1024,
	1 * 1024 * 1024
};