home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Screenblankers / Blanker / Source / Blankers / Interference / defaults.c < prev    next >
Encoding:
C/C++ Source or Header  |  1996-09-27  |  241 b   |  14 lines

  1. #include <exec/types.h>
  2. #include <intuition/intuition.h>
  3.  
  4. #include "/defs.h"
  5.  
  6. VOID defaults( struct bMessage *bMsg )
  7. {
  8.     bMsg->bm_Mod = INVALID_ID;
  9.     bMsg->bm_Dep = 0;
  10.  
  11.     bMsg->bm_Info = "Circular Interference Patterns";
  12.     bMsg->bm_Data = 0L;
  13. }
  14.