view src/main/macos/SIZE.r @ 4199:4c92a3d196f1 SDL-1.2

Set video mode, allocate buffers, and enable new Milan video xbios support, need a tester now :).
author Patrice Mandin <patmandin@gmail.com>
date Sun, 20 Sep 2009 12:46:46 +0000
parents 74212992fb08
children 1e191391e68d
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
};