diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /sys/gio/cursor/README | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
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. |