home *** CD-ROM | disk | FTP | other *** search
- =======================================================================
- +
- + P x l S c o p e
- +
- + Opens a window in the workbench screen and shows a magnified view of
- + the pixels at the mouse pointer location.
- +
- + It may be used as a programming tool for examining the layout and
- + location of graphics in windows, icons, displayed fonts, etc. The
- + X and Y location of the mouse is displayed. The window may be sized
- + and relocated as needed. The display is refreshed each time the
- + mouse is moved.
- +
- + Compile with Lattice C V5.02 by:
- +
- + lc -cf -L PxlScope
- +
- + The -cf argument is to enable warnings for missing function prototypes.
- +
- + Should work with Aztec C except for the proto #includes for function
- + checking which may have to be changed or removed.
- +
- + May be freely distributed.
- +
- + Ed Karlo
- + CIS 76657,1445
- + November, 1986
- +
- =======================================================================
-