shithub: sl

ref: b78c9edfb4e91efa4aa61e09feaf3da4848342b0
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
};