diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /sys/gio/cursor/README | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'sys/gio/cursor/README')
-rw-r--r-- | sys/gio/cursor/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/gio/cursor/README b/sys/gio/cursor/README new file mode 100644 index 00000000..6534b497 --- /dev/null +++ b/sys/gio/cursor/README @@ -0,0 +1,9 @@ +This directory contains the source for GIOTR and cursor mode, i.e., the code +required to process the graphics output of a graphics task, spooling and/or +applying the workstation transformation and passing the transformed metacode +instructions on to the builtin STDGRAPH kernel or to an external kernel. The +procedure RCURSOR is the main entry point for cursor mode. RCURSOR is called +by the CL to service a query for a cursor type parameter when query mode is +in effect. The workstation transformation is used to zoom and pan on a frame +buffer and consists of a viewport transformation in GKI coordinates with +clipping at the viewport boundary. |