aboutsummaryrefslogtreecommitdiffstats
path: root/distrib/sdl-1.2.12/src/main/macos/SIZE.r
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/sdl-1.2.12/src/main/macos/SIZE.r')
-rw-r--r--distrib/sdl-1.2.12/src/main/macos/SIZE.r24
1 files changed, 24 insertions, 0 deletions
diff --git a/distrib/sdl-1.2.12/src/main/macos/SIZE.r b/distrib/sdl-1.2.12/src/main/macos/SIZE.r
new file mode 100644
index 0000000..b9cd942
--- /dev/null
+++ b/distrib/sdl-1.2.12/src/main/macos/SIZE.r
@@ -0,0 +1,24 @@
+
+#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
+};
+