home *** CD-ROM | disk | FTP | other *** search
/ Tools / WinSN5.0Ver.iso / NETSCAP.50 / WIN1998.ZIP / ns / lib / mac / patches / AppleEvents.r.patch next >
Encoding:
Text File  |  1998-04-08  |  716 b   |  23 lines

  1. *** Source:appleevents.r.2    Tue Aug 12 12:00:31 1997
  2. --- Source:appleevents.r.3    Fri Mar 13 03:29:55 1998
  3. ***************
  4. *** 80,84 ****
  5. --- 80,96 ----
  6.   #define kAEHighPriority                 0x00000001            /*  post message at the front of the event queue (same as nAttnMsg)  */
  7.   
  8.   
  9. + /*--------------------------aedt Ñ Apple Events Template---------------------------------*/
  10. + /* Resource definition used for associating a value with an apple event */
  11. + /* This really only useful for general dispatching */
  12. + type 'aedt' {
  13. +     wide array {
  14. +     unsigned longint;    /* Event Class     */
  15. +     unsigned longint;    /* Event ID     */
  16. +     unsigned longint;    /* Value     */
  17. +     };
  18. + };
  19.   #endif /* __APPLEEVENTS_R__ */
  20.   
  21.