home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 September / macformat-041.iso / mac / Shareware City / Graphics / MacSPD / Sources / MacSPD.r < prev    next >
Encoding:
Text File  |  1993-09-06  |  960 b   |  33 lines  |  [TEXT/MPS ]

  1. // Standard Type Definitions
  2.  
  3. #include "Types.r"
  4. #include "SysTypes.r"
  5.  
  6.  
  7. // Include application resources
  8. // (and NOT the Source Code Mgr (Projector) check ID!)
  9. include "MacSPD.rsrc" not 'ckid';
  10.  
  11. // Generated automagically in Think C, so must hide here in MPW C!
  12. resource 'SIZE' (-1, purgeable)
  13. {
  14.     reserved,
  15.     ignoreSuspendResumeEvents,    // acceptSuspendResumeEvents
  16.     reserved,
  17.     canBackground,                // cannotBackground
  18.     doesActivateOnFGSwitch,        // needsActivateOnFGSwitch
  19.     backgroundAndForeground,    // onlyBackground
  20.     dontGetFrontClicks,            // getFrontClicks
  21.     ignoreAppDiedEvents,        // acceptAppDiedEvents
  22.     is32BitCompatible,            // not32BitCompatible
  23.     notHighLevelEventAware,        // notHighLevelEventAware
  24.     onlyLocalHLEvents,            // localAndRemoteHLEvents
  25.     notStationeryAware,            // isStationeryAware
  26.     dontUseTextEditServices,    // useTextEditServices
  27.     reserved,
  28.     reserved,
  29.     reserved,
  30.     2000*1024,                    // preferred mem size (Bytes)
  31.     500*1024                    // minimum mem size (Bytes)
  32. };
  33.