diff --git a/putty.r b/putty.r index 239c55e4..d57213bb 100644 --- a/putty.r +++ b/putty.r @@ -1,4 +1,4 @@ -/* $Id: putty.r,v 1.1.2.1 1999/02/19 20:52:58 ben Exp $ */ +/* $Id: putty.r,v 1.1.2.2 1999/02/19 22:06:36 ben Exp $ */ /* PuTTY resources */ #include "Types.r" @@ -23,6 +23,27 @@ resource 'vers' (1, purgeable) { "Mac experimental", /* Long version (get info) */ }; +resource 'SIZE' (-1) { + reserved, + ignoreSuspendResumeEvents, + reserved, + cannotBackground, + needsActivateOnFGSwitch, + backgroundAndForeground, + dontGetFrontClicks, + ignoreAppDiedEvents, + is32BitCompatible, + notHighLevelEventAware, + onlyLocalHLEvents, + notStationeryAware, + useTextEditServices, + reserved, + reserved, + reserved, + 65536, /* Minimum size */ + 65536, /* Preferred size */ +}; + resource 'FREF' (128, purgeable) { /* The application itself */ 'APPL', 128, ""