view src/main/macos/SIZE.r @ 4564:5002d6aeb85c SDL-1.2

Use proper GEM API to handle mouse button events
author Patrice Mandin <patmandin@gmail.com>
date Fri, 09 Jul 2010 17:19:18 +0200
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
};