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

  1. Path: informatik.tu-muenchen.de!fischerj
  2. From: fischerj@Informatik.TU-Muenchen.DE (Juergen "Rally" Fischer)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Copperlists and monitor switching
  5. Date: 5 Jan 1996 17:06:49 GMT
  6. Organization: Technische Universitaet Muenchen, Germany
  7. Distribution: world
  8. Message-ID: <4cjlr9$9aa@sunsystem5.informatik.tu-muenchen.de>
  9. References: <0811vab60.alamito@marketgraph.xs4all.nl>
  10. NNTP-Posting-Host: hphalle5.informatik.tu-muenchen.de
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. Ruud van Gaal (rvg@marketgraph.xs4all.nl) wrote:
  14. : Hi there,
  15.  
  16. : Is there anyone who can tell me how I can nicely switch monitor modes from 
  17. : within my C programs. I use my own copperlists, mostly, but like to use the
  18.  
  19. : I doubt it is somewhere in the copperlist, even, because I've looked at 
  20. : copperlists generated by Amiga View/Screen app's and have found nothing
  21. : I didn't do.
  22.  
  23. I guess you missed some structures, I'm quite sure you could redefine
  24. any monitormode with copper.
  25.  
  26. : I must be overlooking some nice OS3.0 function or something...
  27.  
  28. Yes, openscreen ;)
  29. put your copperstuff into a usercopperlist. so intuition will do ALL the
  30. monitor things for you.
  31. If you need a pokable copperlist, do a copjmp2 in screens ucopl to your
  32. copperlist, which can via a 2nd copjmp2 direct the copper anywhere you
  33. want :) I don't know if it's a clean method but surely cleaner than
  34. yours, I guess ;)
  35.  
  36. : --
  37. : ---------------------------------
  38. : Ruud van Gaal
  39. : E-Mail: rvg@marketgraph.xs4all.nl
  40.  
  41.