Blame tests/util/README

Packit b099d7
/* $XConsortium: README /main/3 1996/07/15 14:37:45 drk $ */
Packit b099d7
Packit b099d7
This is just a basic tool, which provides a means of measuring distance
Packit b099d7
between any two points on the screen. Currently, the distances are shown
Packit b099d7
in pixels, millimeters, and inches.
Packit b099d7
Packit b099d7
To use this, set your PATH to the appropriate directory, and issue the
Packit b099d7
command:
Packit b099d7
Packit b099d7
     xmruler &
Packit b099d7
Packit b099d7
To measure any distance:
Packit b099d7
Packit b099d7
  1. click on "Measure" button. The shell is unmapped, the pointer is grabbed,
Packit b099d7
     and the cursor changes to "cross".
Packit b099d7
Packit b099d7
  2. Select the first point by clicking MB1. As soon as you select the 
Packit b099d7
     first point, the cursor changes to "reverse cross", and the grab is 
Packit b099d7
     still on. (This will be eventually changed to a rubberbanding cursor).
Packit b099d7
Packit b099d7
  3. Select the second point. The pointer is ungrabbed, the shell remapped,
Packit b099d7
     and the distances (both height and width on the screen) are displayed
Packit b099d7
     in pixels, millimeters, and inches.
Packit b099d7
Packit b099d7
  4. You can either quit by selecting Quit, or keep the ruler around by
Packit b099d7
     iconifying it.