view src/main/macos/SIZE.r @ 4371:6f74b80cca1d SDL-1.2

fatbuild.sh: work around directory name change in Xcode 3.2.
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 28 Oct 2009 19:42:16 +0000
parents 1e191391e68d
children
line wrap: on
line source


#include "Processes.r"

resource 'SIZE' (-1) {
	reserved,
	acceptSuspendResumeEvents,
	reserved,
	canBackground,
	doesActivateOnFGSwitch,
	backgroundAndForeground,
	getFrontClicks,
	ignoreAppDiedEvents,
	is32BitCompatible,
	isHighLevelEventAware,
	onlyLocalHLEvents,
	notStationeryAware,
	useTextEditServices,
	reserved,
	reserved,
	reserved,
	5242880,		// 5 megs minimum
	5242880			// 5 megs maximum
};