view src/main/macos/SIZE.r @ 4395:3c35b8d3b9fc SDL-1.2

Call SDL_OutOfMemory() if SDL_malloc() fails.
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 06 Jan 2010 06:41:41 +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
};