home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 286.lha / pxlscope.doc < prev    next >
Text File  |  1989-08-21  |  917b  |  30 lines

  1. =======================================================================
  2. +
  3. + P x l S c o p e
  4. +
  5. + Opens a window in the workbench screen and shows a magnified view of
  6. + the pixels at the mouse pointer location.
  7. +
  8. + It may be used as a programming tool for examining the layout and
  9. + location of graphics in windows, icons, displayed fonts, etc.  The
  10. + X and Y location of the mouse is displayed.  The window may be sized
  11. + and relocated as needed.  The display is refreshed each time the
  12. + mouse is moved.
  13. +
  14. + Compile with Lattice C V5.02 by:
  15. +
  16. + lc -cf -L PxlScope
  17. +
  18. + The -cf argument is to enable warnings for missing function prototypes.
  19. +
  20. + Should work with Aztec C except for the proto #includes for function
  21. + checking which may have to be changed or removed.
  22. +
  23. + May be freely distributed.
  24. +
  25. + Ed Karlo
  26. + CIS 76657,1445
  27. + November, 1986
  28. +
  29. =======================================================================
  30.