view src/main/macos/SIZE.r @ 4420:eaa84e527969 SDL-1.2

Added .hgignore file for 1.2 branch.
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 28 Feb 2010 02:19:04 -0500
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
};