home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / amiga / programm / 11526 < prev    next >
Encoding:
Internet Message Format  |  1992-07-22  |  2.4 KB

  1. Path: sparky!uunet!darwin.sura.net!jvnc.net!yale.edu!ira.uka.de!chx400!forty2!amiga!matija
  2. From: matija@amiga.physik.unizh.ch (Matija Milostnik)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: BusyPointer ????
  5. Summary: The busy pointer image, couresy of  Michael Sinz
  6. Keywords: Busy-pointer, WB
  7. Message-ID: <2306@forty2.physik.unizh.ch>
  8. Date: 22 Jul 92 09:53:17 GMT
  9. References: <c8908461.711679111@jupiter.newcastle.edu.au>
  10. Sender: news@forty2.physik.unizh.ch
  11. Organization: ICU - University of Zurich, Dept. of Comp. Sci.
  12. Lines: 58
  13.  
  14. In article <c8908461.711679111@jupiter.newcastle.edu.au> c8908461@jupiter.newcastle.edu.au (Robert Lang) writes:
  15. >
  16. >Can I access the BusyPointer() when my application is busy (ie. what do
  17. >I call with SetPointer()), or do I need my own ???
  18. >
  19. >If I need my own...has someone got the image for the wb2 busy pointer ???
  20. >
  21.  
  22.   I have what you need:
  23.  
  24. ------include starts here-----------------------------------------------
  25.  
  26. No, it is in workbench.library currently and you can not get at it.
  27. However, here is the current image:
  28.  
  29. static USHORT WaitPointer[] = {
  30.     0x0000, 0x0000,    /* vert. and horiz. start posn. */
  31.     0x0400,    0x07C0,
  32.     0x0000,    0x07C0,
  33.     0x0100,    0x0380,
  34.     0x0000,    0x07E0,
  35.     0x07C0,    0x1FF8,
  36.     0x1FF0,    0x3FEC,
  37.     0x3FF8,    0x7FDE,
  38.     0x3FF8,    0x7FBE,
  39.     0x7FFC,    0xFF7F,
  40.     0x7EFC,    0xFFFF,
  41.     0x7FFC,    0xFFFF,
  42.     0x3FF8,    0x7FFE,
  43.     0x3FF8,    0x7FFE,
  44.     0x1FF0,    0x3FFC,
  45.     0x07C0,    0x1FF8,
  46.     0x0000,    0x07E0,
  47.     0x0000, 0x0000,    /* reserved, must be NULL */
  48. };
  49.  
  50. /----------------------------------------------------------------------\
  51. |      /// Michael Sinz  -  Amiga Software Engineer                    |
  52. |     ///                   Operating System Development Group         |
  53. |    ///   BIX:  msinz      UUNET:  rutgers!cbmvax!mks                 |
  54. |\\\///                     When people are free to do as they         |
  55. | \XX/                      please, they usually imitate each other.   |
  56. \----------------------------------------------------------------------/
  57.  
  58. ----------end of include -----------------------------------------------
  59.  
  60. >Thanks,
  61. Hope this helps. Thanks to Michael Sinz for this.
  62.   Matija
  63.  
  64. >
  65. >Robert.
  66.  
  67.  
  68. ...........................................................................
  69. Best regards from Matija Milostinik           : matija@amiga.physik.unizh.ch
  70. And now a word from our sponsor:              : matija@avalon.ifi.unizh.ch  
  71.  This Pepsi Cola commercial was brought to you by The Coca Cola Company
  72.