home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 351 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: aargh.incubus.sub.org!marc
  2. From: marc@aargh.incubus.sub.org (Marc 'Nepomuk' Heuler)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Demo/game to OS friendly part II
  5. Message-ID: <MWxUx*oha@aargh.incubus.sub.org>
  6. Date: Sat, 06 Jan 1996 11:32:00 CET
  7. Reply-To: marc@aargh.incubus.sub.org
  8. References: <38231819@kone.fipnet.fi> <4ch9ht$hpf@sunsystem5.informatik.tu-muenchen.de>
  9. Distribution: world
  10. Organization: Data Design
  11. X-Newsreader: Arn V1.03a
  12.  
  13. In article <4ch9ht$hpf@sunsystem5.informatik.tu-muenchen.de>, Juergen "Rally" Fischer writes:
  14.  
  15. > Is this legal:
  16. > In a user coperlist I direct copper to my own copperlist via copjmp2 to
  17. > get copper controll (modifiable copperlist). The question is if future
  18. > OSes won't use copjmp2 in a unexpected way ?
  19.  
  20. Nice trick.  Although not really system compliant, I won't cause too much
  21. trouble.
  22.  
  23. However, I strongly advise you open your screen
  24.  
  25.     EITEM SA_Exclusive    ; New for V39:
  26.             ; Boolean tag allowing screens that won't share
  27.             ; the display.  Use sparingly!  Starting with 3.01,
  28.             ; attached screens may be SA_Exclusive.  Setting
  29.             ; SA_Exclusive for each screen will produce an
  30.             ; exclusive family.   (Defaults to FALSE).
  31.  
  32. (OS won't _try_ to mix your copperlist with someone elses')
  33.  
  34. and declare it not draggable.
  35.