view src/main/macos/SIZE.r @ 4314:0660995cdd3b SDL-1.2

Fixed bug #838 Ozkan Sezer 2009-10-10 01:45:27 PDT sdlenvvars.html doesn't list pulse among the supported values for SDL_AUDIODRIVER var. Attached a quick patch to remedy that, hopefully placing the entry in the right order. Regards.
author Sam Lantinga <slouken@libsdl.org>
date Sat, 10 Oct 2009 10:15:35 +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
};